Searched refs:tailcall_bypass (Results 1 – 4 of 4) sorted by relevance
1020 ret = bpf_arch_text_poke(poke->tailcall_bypass, in prog_array_map_poke_run()1027 ret = bpf_arch_text_poke(poke->tailcall_bypass, in prog_array_map_poke_run()
780 poke->tailcall_bypass || poke->adj_off || poke->bypass_addr) in bpf_jit_add_poke_descriptor()
542 poke->tailcall_bypass = image + (addr - poke_off - X86_PATCH_SIZE); in emit_bpf_tail_call_direct()548 poke->tailcall_bypass); in emit_bpf_tail_call_direct()599 ret = __bpf_arch_text_poke(poke->tailcall_bypass, in bpf_tail_call_direct_fixup()
812 void *tailcall_bypass; member