Home
last modified time | relevance | path

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

/linux/arch/x86/net/
H A Dbpf_jit_comp.c813 poke->tailcall_bypass = ip + (prog - start); in emit_bpf_tail_call_direct()
819 poke->tailcall_bypass); in emit_bpf_tail_call_direct()
876 ret = __bpf_arch_text_poke(poke->tailcall_bypass, in bpf_tail_call_direct_fixup()
3739 ret = __bpf_arch_text_poke(poke->tailcall_bypass, in bpf_arch_poke_desc_update()
3746 ret = __bpf_arch_text_poke(poke->tailcall_bypass, in bpf_arch_poke_desc_update()
/linux/include/linux/
H A Dbpf.h1463 void *tailcall_bypass; member
/linux/kernel/bpf/
H A Dcore.c845 poke->tailcall_bypass || poke->adj_off || poke->bypass_addr) in bpf_jit_add_poke_descriptor()