Searched refs:SEEN_CALL (Results 1 – 2 of 2) sorted by relevance
52 #define SEEN_CALL (1 << (BPF_MEMWORDS + 1)) macro146 if (ctx->seen & SEEN_CALL) in saved_regs()229 if (ctx->seen & SEEN_CALL) in build_epilogue()234 if (!(ctx->seen & SEEN_CALL)) in build_epilogue()464 ctx->seen |= SEEN_CALL; in emit_udiv()530 ctx->seen |= SEEN_DATA | SEEN_CALL; in build_body()591 ctx->seen |= SEEN_X | SEEN_DATA | SEEN_CALL; in build_body()
107 #define SEEN_CALL (1 << BPF_MEMWORDS) macro567 if (ctx->flags & SEEN_CALL) { in save_bpf_jit_regs()594 if (ctx->flags & SEEN_CALL) { in save_bpf_jit_regs()613 if (ctx->flags & SEEN_CALL) { in restore_bpf_jit_regs()640 if (ctx->flags & SEEN_CALL) in restore_bpf_jit_regs()658 if (ctx->flags & SEEN_CALL) in get_stack_depth()802 ctx->flags |= SEEN_CALL | SEEN_OFF | SEEN_S0 | in build_body()868 ctx->flags |= SEEN_X | SEEN_CALL | SEEN_S0 | SEEN_SKB; in build_body()