Searched refs:SEEN_TAILCALL (Results 1 – 4 of 4) sorted by relevance
119 #define SEEN_TAILCALL 0x40000000 /* uses tail calls */ macro
92 return ctx->seen & (SEEN_FUNC | SEEN_TAILCALL | SEEN_NVREG_FULL_MASK) || in bpf_has_stack_frame()131 if (ctx->seen & SEEN_TAILCALL) in bpf_jit_build_prologue()141 if (ctx->seen & SEEN_TAILCALL) in bpf_jit_build_prologue()1365 ctx->seen |= SEEN_TAILCALL; in bpf_jit_build_body()
152 if (cgctx.seen & SEEN_TAILCALL || !is_offset_in_branch_range((long)cgctx.idx * 4)) { in bpf_int_jit_compile()
139 if (ctx->seen & SEEN_TAILCALL) { in bpf_jit_build_prologue()1319 ctx->seen |= SEEN_TAILCALL; in bpf_jit_build_body()