Home
last modified time | relevance | path

Searched refs:SEEN_TAILCALL (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/arch/powerpc/net/
Dbpf_jit.h120 #define SEEN_TAILCALL 0x40000000 /* uses tail calls */ macro
Dbpf_jit_comp.c201 if (cgctx.seen & SEEN_TAILCALL || !is_offset_in_branch_range((long)cgctx.idx * 4)) { in bpf_int_jit_compile()
Dbpf_jit_comp64.c137 if (ctx->seen & SEEN_TAILCALL) { in bpf_jit_build_prologue()
1186 ctx->seen |= SEEN_TAILCALL; in bpf_jit_build_body()
Dbpf_jit_comp32.c123 if (ctx->seen & SEEN_TAILCALL) in bpf_jit_build_prologue()
1223 ctx->seen |= SEEN_TAILCALL; in bpf_jit_build_body()