Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/net/
H A Dbpf_jit.h122 #define SEEN_TAILCALL 0x40000000 /* uses tail calls */ macro
H A Dbpf_jit_comp.c135 if (cgctx.seen & SEEN_TAILCALL || !is_offset_in_branch_range((long)cgctx.idx * 4)) { in bpf_int_jit_compile()
H A Dbpf_jit_comp32.c92 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()
1289 ctx->seen |= SEEN_TAILCALL; in bpf_jit_build_body()
H A Dbpf_jit_comp64.c139 if (ctx->seen & SEEN_TAILCALL) { in bpf_jit_build_prologue()
1218 ctx->seen |= SEEN_TAILCALL; in bpf_jit_build_body()