Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Darraymap.c1066 ret = bpf_arch_text_poke(poke->tailcall_bypass, in prog_array_map_poke_run()
1073 ret = bpf_arch_text_poke(poke->tailcall_bypass, in prog_array_map_poke_run()
Dcore.c786 poke->tailcall_bypass || poke->adj_off || poke->bypass_addr) in bpf_jit_add_poke_descriptor()
/linux-6.1.9/arch/x86/net/
Dbpf_jit_comp.c554 poke->tailcall_bypass = ip + (prog - start); in emit_bpf_tail_call_direct()
560 poke->tailcall_bypass); in emit_bpf_tail_call_direct()
602 ret = __bpf_arch_text_poke(poke->tailcall_bypass, in bpf_tail_call_direct_fixup()
/linux-6.1.9/include/linux/
Dbpf.h1098 void *tailcall_bypass; member