Searched refs:tailcall_bypass (Results 1 – 3 of 3) sorted by relevance
863 poke->tailcall_bypass = ip + (prog - start); in emit_bpf_tail_call_direct()869 poke->tailcall_bypass); in emit_bpf_tail_call_direct()927 ret = __bpf_arch_text_poke(poke->tailcall_bypass, in bpf_tail_call_direct_fixup()4275 ret = __bpf_arch_text_poke(poke->tailcall_bypass, in bpf_arch_poke_desc_update()4283 ret = __bpf_arch_text_poke(poke->tailcall_bypass, in bpf_arch_poke_desc_update()
841 poke->tailcall_bypass || poke->adj_off || poke->bypass_addr) in bpf_jit_add_poke_descriptor()
1664 void *tailcall_bypass; member