Searched refs:btf_func_model (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/include/linux/ |
D | bpf.h | 994 struct btf_func_model { struct 1072 const struct btf_func_model *m, u32 flags, 1127 struct btf_func_model model; 1146 struct btf_func_model fmodel; 1617 struct btf_func_model func_models[BPF_STRUCT_OPS_MAX_NR_MEMBERS]; 1632 const struct btf_func_model *model, 2402 struct btf_func_model *m); 2421 const struct btf_func_model * 2670 static inline const struct btf_func_model *
|
/Linux-v6.6/arch/x86/net/ |
D | bpf_jit_comp.c | 1953 static void clean_stack_garbage(const struct btf_func_model *m, in clean_stack_garbage() 2002 static int get_nr_used_regs(const struct btf_func_model *m) in get_nr_used_regs() 2018 static void save_args(const struct btf_func_model *m, u8 **prog, in save_args() 2095 static void restore_regs(const struct btf_func_model *m, u8 **prog, in restore_regs() 2127 static int invoke_bpf_prog(const struct btf_func_model *m, u8 **pprog, in invoke_bpf_prog() 2241 static int invoke_bpf(const struct btf_func_model *m, u8 **pprog, in invoke_bpf() 2257 static int invoke_bpf_mod_ret(const struct btf_func_model *m, u8 **pprog, in invoke_bpf_mod_ret() 2354 const struct btf_func_model *m, u32 flags, in arch_prepare_bpf_trampoline()
|
D | bpf_jit_comp32.c | 1575 const struct btf_func_model *fm; in emit_kfunc_call()
|
/Linux-v6.6/arch/s390/net/ |
D | bpf_jit_comp.c | 1404 const struct btf_func_model *m; in bpf_jit_insn() 2106 const struct btf_func_model *m, in invoke_bpf_prog() 2206 const struct btf_func_model *m, in __arch_prepare_bpf_trampoline() 2502 void *image_end, const struct btf_func_model *m, in arch_prepare_bpf_trampoline()
|
/Linux-v6.6/kernel/bpf/ |
D | bpf_struct_ops.c | 354 const struct btf_func_model *model, in bpf_struct_ops_prepare_trampoline()
|
D | trampoline.c | 1036 const struct btf_func_model *m, u32 flags, in arch_prepare_bpf_trampoline()
|
D | btf.c | 6552 struct btf_func_model *m) in btf_distill_func_proto()
|
D | verifier.c | 2461 struct btf_func_model func_model; 2775 const struct btf_func_model *
|
/Linux-v6.6/arch/riscv/net/ |
D | bpf_jit_comp64.c | 786 const struct btf_func_model *m, in __arch_prepare_bpf_trampoline() 1033 void *image_end, const struct btf_func_model *m, in arch_prepare_bpf_trampoline()
|
/Linux-v6.6/arch/arm64/net/ |
D | bpf_jit_comp.c | 2030 void *image_end, const struct btf_func_model *m, in arch_prepare_bpf_trampoline()
|