Home
last modified time | relevance | path

Searched refs:bpf_tramp_links (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/arch/powerpc/net/
H A Dbpf_jit_comp.c540 struct bpf_tramp_links *tl, int regs_off, int retval_off, in invoke_bpf_mod_ret()
651 struct bpf_tramp_links *tlinks, in __arch_prepare_bpf_trampoline()
656 struct bpf_tramp_links *fmod_ret = &tlinks[BPF_TRAMP_MODIFY_RETURN]; in __arch_prepare_bpf_trampoline()
657 struct bpf_tramp_links *fentry = &tlinks[BPF_TRAMP_FENTRY]; in __arch_prepare_bpf_trampoline()
658 struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; in __arch_prepare_bpf_trampoline()
973 struct bpf_tramp_links *tlinks, void *func_addr) in arch_bpf_trampoline_size()
1000 struct bpf_tramp_links *tlinks, in arch_prepare_bpf_trampoline()
/linux-6.15/kernel/bpf/
H A Dtrampoline.c232 static struct bpf_tramp_links *
236 struct bpf_tramp_links *tlinks; in bpf_trampoline_get_progs()
401 struct bpf_tramp_links *tlinks; in bpf_trampoline_update()
1091 struct bpf_tramp_links *tlinks, in arch_prepare_bpf_trampoline()
1125 struct bpf_tramp_links *tlinks, void *func_addr) in arch_bpf_trampoline_size()
H A Dbpf_struct_ops.c587 int bpf_struct_ops_prepare_trampoline(struct bpf_tramp_links *tlinks, in bpf_struct_ops_prepare_trampoline()
686 struct bpf_tramp_links *tlinks; in bpf_struct_ops_map_update_elem()
/linux-6.15/arch/arm64/net/
H A Dbpf_jit_comp.c2182 static void invoke_bpf_mod_ret(struct jit_ctx *ctx, struct bpf_tramp_links *tl, in invoke_bpf_mod_ret()
2227 static bool is_struct_ops_tramp(const struct bpf_tramp_links *fentry_links) in is_struct_ops_tramp()
2245 struct bpf_tramp_links *tlinks, void *func_addr, in prepare_trampoline()
2257 struct bpf_tramp_links *fentry = &tlinks[BPF_TRAMP_FENTRY]; in prepare_trampoline()
2258 struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; in prepare_trampoline()
2259 struct bpf_tramp_links *fmod_ret = &tlinks[BPF_TRAMP_MODIFY_RETURN]; in prepare_trampoline()
2473 struct bpf_tramp_links *tlinks, void *func_addr) in arch_bpf_trampoline_size()
2511 u32 flags, struct bpf_tramp_links *tlinks, in arch_prepare_bpf_trampoline()
/linux-6.15/arch/x86/net/
H A Dbpf_jit_comp.c2948 struct bpf_tramp_links *tl, int stack_size, in invoke_bpf()
2965 struct bpf_tramp_links *tl, int stack_size, in invoke_bpf_mod_ret()
3069 struct bpf_tramp_links *tlinks, in __arch_prepare_bpf_trampoline()
3074 struct bpf_tramp_links *fentry = &tlinks[BPF_TRAMP_FENTRY]; in __arch_prepare_bpf_trampoline()
3075 struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; in __arch_prepare_bpf_trampoline()
3076 struct bpf_tramp_links *fmod_ret = &tlinks[BPF_TRAMP_MODIFY_RETURN]; in __arch_prepare_bpf_trampoline()
3365 struct bpf_tramp_links *tlinks, in arch_prepare_bpf_trampoline()
3393 struct bpf_tramp_links *tlinks, void *func_addr) in arch_bpf_trampoline_size()
/linux-6.15/net/bpf/
H A Dbpf_dummy_struct_ops.c135 struct bpf_tramp_links *tlinks = NULL; in bpf_struct_ops_test_run()
/linux-6.15/arch/s390/net/
H A Dbpf_jit_comp.c2571 struct bpf_tramp_links *tlinks, in __arch_prepare_bpf_trampoline()
2574 struct bpf_tramp_links *fmod_ret = &tlinks[BPF_TRAMP_MODIFY_RETURN]; in __arch_prepare_bpf_trampoline()
2575 struct bpf_tramp_links *fentry = &tlinks[BPF_TRAMP_FENTRY]; in __arch_prepare_bpf_trampoline()
2576 struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; in __arch_prepare_bpf_trampoline()
2866 struct bpf_tramp_links *tlinks, void *orig_call) in arch_bpf_trampoline_size()
2882 u32 flags, struct bpf_tramp_links *tlinks, in arch_prepare_bpf_trampoline()
/linux-6.15/arch/riscv/net/
H A Dbpf_jit_comp64.c804 struct bpf_tramp_links *tlinks, in __arch_prepare_bpf_trampoline()
812 struct bpf_tramp_links *fentry = &tlinks[BPF_TRAMP_FENTRY]; in __arch_prepare_bpf_trampoline()
813 struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; in __arch_prepare_bpf_trampoline()
814 struct bpf_tramp_links *fmod_ret = &tlinks[BPF_TRAMP_MODIFY_RETURN]; in __arch_prepare_bpf_trampoline()
1061 struct bpf_tramp_links *tlinks, void *func_addr) in arch_bpf_trampoline_size()
1087 u32 flags, struct bpf_tramp_links *tlinks, in arch_prepare_bpf_trampoline()
/linux-6.15/include/linux/
H A Dbpf.h1168 struct bpf_tramp_links { struct
1198 struct bpf_tramp_links *tlinks,
1204 struct bpf_tramp_links *tlinks, void *func_addr);
1901 int bpf_struct_ops_prepare_trampoline(struct bpf_tramp_links *tlinks,