Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/net/
Dbpf_jit_comp.c556 poke->tailcall_target = ip + ctx->tail_call_direct_label - X86_PATCH_SIZE; in emit_bpf_tail_call_direct()
557 poke->bypass_addr = (u8 *)poke->tailcall_target + X86_PATCH_SIZE; in emit_bpf_tail_call_direct()
559 emit_jump(&prog, (u8 *)poke->tailcall_target + X86_PATCH_SIZE, in emit_bpf_tail_call_direct()
597 ret = __bpf_arch_text_poke(poke->tailcall_target, in bpf_tail_call_direct_fixup()
604 (u8 *)poke->tailcall_target + in bpf_tail_call_direct_fixup()
/Linux-v6.1/kernel/bpf/
Darraymap.c1061 ret = bpf_arch_text_poke(poke->tailcall_target, in prog_array_map_poke_run()
1084 ret = bpf_arch_text_poke(poke->tailcall_target, in prog_array_map_poke_run()
Dcore.c785 if (poke->tailcall_target || poke->tailcall_target_stable || in bpf_jit_add_poke_descriptor()
/Linux-v6.1/include/linux/
Dbpf.h1097 void *tailcall_target; member