Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()