Searched refs:tailcall_target (Results 1 – 4 of 4) sorted by relevance
538 poke->tailcall_target = image + (addr - X86_PATCH_SIZE); in emit_bpf_tail_call_direct()539 poke->bypass_addr = (u8 *)poke->tailcall_target + X86_PATCH_SIZE; in emit_bpf_tail_call_direct()541 emit_jump(&prog, (u8 *)poke->tailcall_target + X86_PATCH_SIZE, in emit_bpf_tail_call_direct()585 ret = __bpf_arch_text_poke(poke->tailcall_target, in bpf_tail_call_direct_fixup()592 (u8 *)poke->tailcall_target + in bpf_tail_call_direct_fixup()
968 ret = bpf_arch_text_poke(poke->tailcall_target, in prog_array_map_poke_run()991 ret = bpf_arch_text_poke(poke->tailcall_target, in prog_array_map_poke_run()
780 if (poke->tailcall_target || poke->tailcall_target_stable || in bpf_jit_add_poke_descriptor()
735 void *tailcall_target; member