Home
last modified time | relevance | path

Searched refs:SEEN_TAILCALL (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/net/
H A Dbpf_jit64.h91 #define SEEN_TAILCALL 0x4000 /* uses tail calls */ macro
H A Dbpf_jit_comp64.c98 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()
/kernel/linux/linux-6.6/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()
1277 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()
1206 ctx->seen |= SEEN_TAILCALL; in bpf_jit_build_body()

Completed in 6 milliseconds