Searched refs:btf_func_model (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/ |
H A D | bpf.h | 1077 struct btf_func_model { struct 1171 const struct btf_func_model *m, u32 flags, 1177 int arch_bpf_trampoline_size(const struct btf_func_model *m, u32 flags, 1233 struct btf_func_model model; 1251 struct btf_func_model fmodel; 1810 struct btf_func_model func_models[BPF_STRUCT_OPS_MAX_NR_MEMBERS]; 1872 const struct btf_func_model *model, 2688 struct btf_func_model *m); 2707 const struct btf_func_model * 2986 static inline const struct btf_func_model *
|
/linux/arch/x86/net/ |
H A D | bpf_jit_comp.c | 2527 static void clean_stack_garbage(const struct btf_func_model *m, in clean_stack_garbage() 2576 static int get_nr_used_regs(const struct btf_func_model *m) in get_nr_used_regs() 2592 static void save_args(const struct btf_func_model *m, u8 **prog, in save_args() 2669 static void restore_regs(const struct btf_func_model *m, u8 **prog, in restore_regs() 2701 static int invoke_bpf_prog(const struct btf_func_model *m, u8 **pprog, in invoke_bpf_prog() 2816 static int invoke_bpf(const struct btf_func_model *m, u8 **pprog, in invoke_bpf() 2833 static int invoke_bpf_mod_ret(const struct btf_func_model *m, u8 **pprog, in invoke_bpf_mod_ret() 2937 const struct btf_func_model *m, u32 flags, in __arch_prepare_bpf_trampoline() 3231 const struct btf_func_model *m, u32 flags, in arch_prepare_bpf_trampoline() 3259 int arch_bpf_trampoline_size(const struct btf_func_model *m, u32 flags, in arch_bpf_trampoline_size()
|
H A D | bpf_jit_comp32.c | 1575 const struct btf_func_model *fm; in emit_kfunc_call()
|
/linux/arch/s390/net/ |
H A D | bpf_jit_comp.c | 1758 const struct btf_func_model *m; in bpf_jit_insn() 2469 const struct btf_func_model *m, in invoke_bpf_prog() 2569 const struct btf_func_model *m, in __arch_prepare_bpf_trampoline() 2865 int arch_bpf_trampoline_size(const struct btf_func_model *m, u32 flags, in arch_bpf_trampoline_size() 2881 void *image_end, const struct btf_func_model *m, in arch_prepare_bpf_trampoline()
|
/linux/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 803 const struct btf_func_model *m, in __arch_prepare_bpf_trampoline() 1060 int arch_bpf_trampoline_size(const struct btf_func_model *m, u32 flags, in arch_bpf_trampoline_size() 1086 void *ro_image_end, const struct btf_func_model *m, in arch_prepare_bpf_trampoline() 1572 const struct btf_func_model *fm; in bpf_jit_emit_insn()
|
/linux/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 2327 static int btf_func_model_nregs(const struct btf_func_model *m) in btf_func_model_nregs() 2342 int arch_bpf_trampoline_size(const struct btf_func_model *m, u32 flags, in arch_bpf_trampoline_size() 2380 void *ro_image_end, const struct btf_func_model *m, in arch_prepare_bpf_trampoline()
|
/linux/kernel/bpf/ |
H A D | bpf_struct_ops.c | 567 const struct btf_func_model *model, in bpf_struct_ops_prepare_trampoline()
|
H A D | btf.c | 7216 struct btf_func_model *m) in btf_distill_func_proto()
|
H A D | verifier.c | 2871 struct btf_func_model func_model; 3191 const struct btf_func_model *
|