Home
last modified time | relevance | path

Searched refs:__bpf_tramp_exit (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dtrampoline.c999 void notrace __bpf_tramp_exit(struct bpf_tramp_image *tr) in __bpf_tramp_exit() function
/openbmc/linux/arch/s390/net/
H A Dbpf_jit_comp.c2455 load_imm64(jit, REG_1, (u64)__bpf_tramp_exit); in __arch_prepare_bpf_trampoline()
/openbmc/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c986 ret = emit_call((const u64)__bpf_tramp_exit, true, ctx); in __arch_prepare_bpf_trampoline()
/openbmc/linux/arch/arm64/net/
H A Dbpf_jit_comp.c1990 emit_call((const u64)__bpf_tramp_exit, ctx); in prepare_trampoline()
/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp.c2622 if (emit_rsb_call(&prog, __bpf_tramp_exit, prog)) { in arch_prepare_bpf_trampoline()
/openbmc/linux/include/linux/
H A Dbpf.h1112 void notrace __bpf_tramp_exit(struct bpf_tramp_image *tr);