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