Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dtrampoline.c1008 void notrace __bpf_tramp_enter(struct bpf_tramp_image *tr) in __bpf_tramp_enter() function
/linux/arch/s390/net/
H A Dbpf_jit_comp.c2511 load_imm64(jit, REG_1, (u64)__bpf_tramp_enter); in __arch_prepare_bpf_trampoline()
/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c919 ret = emit_call((const u64)__bpf_tramp_enter, true, ctx); in __arch_prepare_bpf_trampoline()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2145 emit_call((const u64)__bpf_tramp_enter, ctx); in prepare_trampoline()
/linux/include/linux/
H A Dbpf.h1137 void notrace __bpf_tramp_enter(struct bpf_tramp_image *tr);
/linux/arch/x86/net/
H A Dbpf_jit_comp.c2934 if (emit_rsb_call(&prog, __bpf_tramp_enter, in __arch_prepare_bpf_trampoline()