Searched refs:btf_func_model (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/include/linux/ |
D | bpf.h | 784 struct btf_func_model { struct 855 const struct btf_func_model *m, u32 flags, 914 struct btf_func_model model; 934 struct btf_func_model fmodel; 1319 struct btf_func_model func_models[BPF_STRUCT_OPS_MAX_NR_MEMBERS]; 1334 const struct btf_func_model *model, 2050 struct btf_func_model *m); 2079 const struct btf_func_model * 2312 static inline const struct btf_func_model *
|
/linux-6.1.9/arch/x86/net/ |
D | bpf_jit_comp.c | 1753 static void save_regs(const struct btf_func_model *m, u8 **prog, int nr_args, in save_regs() 1782 static void restore_regs(const struct btf_func_model *m, u8 **prog, int nr_args, in restore_regs() 1812 static int invoke_bpf_prog(const struct btf_func_model *m, u8 **pprog, in invoke_bpf_prog() 1932 static int invoke_bpf(const struct btf_func_model *m, u8 **pprog, in invoke_bpf() 1948 static int invoke_bpf_mod_ret(const struct btf_func_model *m, u8 **pprog, in invoke_bpf_mod_ret() 2045 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-6.1.9/kernel/bpf/ |
D | bpf_struct_ops.c | 337 const struct btf_func_model *model, in bpf_struct_ops_prepare_trampoline()
|
D | trampoline.c | 1006 const struct btf_func_model *m, u32 flags, in arch_prepare_bpf_trampoline()
|
D | btf.c | 5926 struct btf_func_model *m) in btf_distill_func_proto()
|
D | verifier.c | 1881 struct btf_func_model func_model; 2164 const struct btf_func_model *
|
/linux-6.1.9/arch/arm64/net/ |
D | bpf_jit_comp.c | 1969 void *image_end, const struct btf_func_model *m, in arch_prepare_bpf_trampoline()
|