Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit.h158 #define SEEN_TAILCALL 0x40000000 /* uses tail calls */ macro
H A Dbpf_jit_comp.c275 if (cgctx.seen & SEEN_TAILCALL || !is_offset_in_branch_range((long)cgctx.idx * 4)) { in bpf_int_jit_compile()
H A Dbpf_jit_comp64.c1974 ctx->seen |= SEEN_TAILCALL; in bpf_jit_build_body()