Searched refs:tailcall_bypass (Results 1 – 3 of 3) sorted by relevance
834 poke->tailcall_bypass = ip + (prog - start); in emit_bpf_tail_call_direct()840 poke->tailcall_bypass); in emit_bpf_tail_call_direct()898 ret = __bpf_arch_text_poke(poke->tailcall_bypass, in bpf_tail_call_direct_fixup()4019 ret = __bpf_arch_text_poke(poke->tailcall_bypass, in bpf_arch_poke_desc_update()4027 ret = __bpf_arch_text_poke(poke->tailcall_bypass, in bpf_arch_poke_desc_update()
839 poke->tailcall_bypass || poke->adj_off || poke->bypass_addr) in bpf_jit_add_poke_descriptor()
1596 void *tailcall_bypass; member