Searched refs:tailcall_target (Results 1 – 4 of 4) sorted by relevance
544 poke->tailcall_target = image + (addr - X86_PATCH_SIZE); in emit_bpf_tail_call_direct()545 poke->bypass_addr = (u8 *)poke->tailcall_target + X86_PATCH_SIZE; in emit_bpf_tail_call_direct()547 emit_jump(&prog, (u8 *)poke->tailcall_target + X86_PATCH_SIZE, in emit_bpf_tail_call_direct()594 ret = __bpf_arch_text_poke(poke->tailcall_target, in bpf_tail_call_direct_fixup()601 (u8 *)poke->tailcall_target + in bpf_tail_call_direct_fixup()
1015 ret = bpf_arch_text_poke(poke->tailcall_target, in prog_array_map_poke_run()1038 ret = bpf_arch_text_poke(poke->tailcall_target, in prog_array_map_poke_run()
779 if (poke->tailcall_target || poke->tailcall_target_stable || in bpf_jit_add_poke_descriptor()
811 void *tailcall_target; member