Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/net/
H A Dbpf_jit_comp.c527 poke->tailcall_bypass = ip + (prog - start); in emit_bpf_tail_call_direct()
533 poke->tailcall_bypass); in emit_bpf_tail_call_direct()
581 ret = __bpf_arch_text_poke(poke->tailcall_bypass, in bpf_tail_call_direct_fixup()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Darraymap.c979 ret = bpf_arch_text_poke(poke->tailcall_bypass, in prog_array_map_poke_run()
986 ret = bpf_arch_text_poke(poke->tailcall_bypass, in prog_array_map_poke_run()
H A Dcore.c788 poke->tailcall_bypass || poke->adj_off || poke->bypass_addr) in bpf_jit_add_poke_descriptor()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h771 void *tailcall_bypass; member