Searched refs:btf_func_model (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/include/linux/ |
D | bpf.h | 562 struct btf_func_model { struct 620 const struct btf_func_model *m, u32 flags, 668 struct btf_func_model model; 688 struct btf_func_model fmodel; 988 struct btf_func_model func_models[BPF_STRUCT_OPS_MAX_NR_MEMBERS]; 1658 struct btf_func_model *m); 1677 const struct btf_func_model * 1892 static inline const struct btf_func_model *
|
/Linux-v5.15/arch/x86/net/ |
D | bpf_jit_comp.c | 1716 static void save_regs(const struct btf_func_model *m, u8 **prog, int nr_args, in save_regs() 1732 static void restore_regs(const struct btf_func_model *m, u8 **prog, int nr_args, in restore_regs() 1749 static int invoke_bpf_prog(const struct btf_func_model *m, u8 **pprog, in invoke_bpf_prog() 1837 static int invoke_bpf(const struct btf_func_model *m, u8 **pprog, in invoke_bpf() 1853 static int invoke_bpf_mod_ret(const struct btf_func_model *m, u8 **pprog, in invoke_bpf_mod_ret() 1967 const struct btf_func_model *m, u32 flags, in arch_prepare_bpf_trampoline()
|
D | bpf_jit_comp32.c | 1559 const struct btf_func_model *fm; in emit_kfunc_call()
|
/Linux-v5.15/kernel/bpf/ |
D | trampoline.c | 637 const struct btf_func_model *m, u32 flags, in arch_prepare_bpf_trampoline()
|
D | btf.c | 5228 struct btf_func_model *m) in btf_distill_func_proto()
|
D | verifier.c | 1630 struct btf_func_model func_model; 1772 const struct btf_func_model *
|