Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dtrampoline.c1053 void notrace __bpf_tramp_exit(struct bpf_tramp_image *tr) in __bpf_tramp_exit() function
/linux-6.15/arch/powerpc/net/
H A Dbpf_jit_comp.c918 (unsigned long)__bpf_tramp_exit); in __arch_prepare_bpf_trampoline()
/linux-6.15/arch/s390/net/
H A Dbpf_jit_comp.c2821 load_imm64(jit, REG_1, (u64)__bpf_tramp_exit); in __arch_prepare_bpf_trampoline()
/linux-6.15/arch/riscv/net/
H A Dbpf_jit_comp64.c1014 ret = emit_call((const u64)__bpf_tramp_exit, true, ctx); in __arch_prepare_bpf_trampoline()
/linux-6.15/arch/arm64/net/
H A Dbpf_jit_comp.c2416 emit_call((const u64)__bpf_tramp_exit, ctx); in prepare_trampoline()
/linux-6.15/include/linux/
H A Dbpf.h1211 void notrace __bpf_tramp_exit(struct bpf_tramp_image *tr);
/linux-6.15/arch/x86/net/
H A Dbpf_jit_comp.c3314 if (emit_rsb_call(&prog, __bpf_tramp_exit, image + (prog - (u8 *)rw_image))) { in __arch_prepare_bpf_trampoline()