Searched refs:SEEN_TAILCALL (Results 1 – 2 of 2) sorted by relevance
91 #define SEEN_TAILCALL 0x4000 /* uses tail calls */ macro
97 if (ctx->seen & SEEN_TAILCALL) { in bpf_jit_build_prologue()993 ctx->seen |= SEEN_TAILCALL; in bpf_jit_build_body()1151 if (cgctx.seen & SEEN_TAILCALL) { in bpf_int_jit_compile()