Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dtrampoline.c1298 void notrace __bpf_tramp_exit(struct bpf_tramp_image *tr) in __bpf_tramp_exit() function
/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c1153 (unsigned long)__bpf_tramp_exit); in __arch_prepare_bpf_trampoline()
/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c1254 ret = emit_call((const u64)__bpf_tramp_exit, true, ctx); in __arch_prepare_bpf_trampoline()
/linux/arch/loongarch/net/
H A Dbpf_jit.c1812 ret = emit_call(ctx, (const u64)__bpf_tramp_exit); in __arch_prepare_bpf_trampoline()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2756 emit_call((const u64)__bpf_tramp_exit, ctx); in prepare_trampoline()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c3481 if (emit_rsb_call(&prog, __bpf_tramp_exit, image + (prog - (u8 *)rw_image))) { in __arch_prepare_bpf_trampoline()
/linux/include/linux/
H A Dbpf.h1279 void notrace __bpf_tramp_exit(struct bpf_tramp_image *tr);