Home
last modified time | relevance | path

Searched refs:tailcall_target (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/net/
H A Dbpf_jit_comp.c836 poke->tailcall_target = ip + ctx->tail_call_direct_label - X86_PATCH_SIZE; in emit_bpf_tail_call_direct()
837 poke->bypass_addr = (u8 *)poke->tailcall_target + X86_PATCH_SIZE; in emit_bpf_tail_call_direct()
839 emit_jump(&prog, (u8 *)poke->tailcall_target + X86_PATCH_SIZE, in emit_bpf_tail_call_direct()
892 ret = __bpf_arch_text_poke(poke->tailcall_target, in bpf_tail_call_direct_fixup()
900 (u8 *)poke->tailcall_target + in bpf_tail_call_direct_fixup()
4041 ret = __bpf_arch_text_poke(poke->tailcall_target, in bpf_arch_poke_desc_update()
4065 ret = __bpf_arch_text_poke(poke->tailcall_target, in bpf_arch_poke_desc_update()
/linux/kernel/bpf/
H A Dcore.c839 if (poke->tailcall_target || poke->tailcall_target_stable || in bpf_jit_add_poke_descriptor()
/linux/include/linux/
H A Dbpf.h1593 void *tailcall_target; member