Searched refs:btf_func_model (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/ |
A D | bpf.h | 571 struct btf_func_model { struct 629 const struct btf_func_model *m, u32 flags, 677 struct btf_func_model model; 697 struct btf_func_model fmodel; 1000 struct btf_func_model func_models[BPF_STRUCT_OPS_MAX_NR_MEMBERS]; 1015 const struct btf_func_model *model, 1703 struct btf_func_model *m); 1722 const struct btf_func_model * 1938 static inline const struct btf_func_model *
|
/linux/arch/x86/net/ |
A D | bpf_jit_comp.c | 1723 static void save_regs(const struct btf_func_model *m, u8 **prog, int nr_args, in save_regs() 1739 static void restore_regs(const struct btf_func_model *m, u8 **prog, int nr_args, in restore_regs() 1756 static int invoke_bpf_prog(const struct btf_func_model *m, u8 **pprog, in invoke_bpf_prog() 1844 static int invoke_bpf(const struct btf_func_model *m, u8 **pprog, in invoke_bpf() 1860 static int invoke_bpf_mod_ret(const struct btf_func_model *m, u8 **pprog, in invoke_bpf_mod_ret() 1974 const struct btf_func_model *m, u32 flags, in arch_prepare_bpf_trampoline()
|
A D | bpf_jit_comp32.c | 1575 const struct btf_func_model *fm; in emit_kfunc_call()
|
/linux/kernel/bpf/ |
A D | bpf_struct_ops.c | 320 const struct btf_func_model *model, in bpf_struct_ops_prepare_trampoline()
|
A D | trampoline.c | 640 const struct btf_func_model *m, u32 flags, in arch_prepare_bpf_trampoline()
|
A D | btf.c | 5356 struct btf_func_model *m) in btf_distill_func_proto()
|
A D | verifier.c | 1648 struct btf_func_model func_model; 1926 const struct btf_func_model *
|
Completed in 53 milliseconds