Home
last modified time | relevance | path

Searched refs:btf_func_model (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/linux/
Dbpf.h509 struct btf_func_model { struct
560 const struct btf_func_model *m, u32 flags,
594 struct btf_func_model model;
614 struct btf_func_model fmodel;
900 struct btf_func_model func_models[BPF_STRUCT_OPS_MAX_NR_MEMBERS];
1436 struct btf_func_model *m);
/Linux-v5.10/arch/x86/net/
Dbpf_jit_comp.c1497 static void save_regs(const struct btf_func_model *m, u8 **prog, int nr_args, in save_regs()
1513 static void restore_regs(const struct btf_func_model *m, u8 **prog, int nr_args, in restore_regs()
1530 static int invoke_bpf_prog(const struct btf_func_model *m, u8 **pprog, in invoke_bpf_prog()
1628 static int invoke_bpf(const struct btf_func_model *m, u8 **pprog, in invoke_bpf()
1642 static int invoke_bpf_mod_ret(const struct btf_func_model *m, u8 **pprog, in invoke_bpf_mod_ret()
1739 const struct btf_func_model *m, u32 flags, in arch_prepare_bpf_trampoline()
/Linux-v5.10/kernel/bpf/
Dtrampoline.c438 const struct btf_func_model *m, u32 flags, in arch_prepare_bpf_trampoline()
Dbtf.c4928 struct btf_func_model *m) in btf_distill_func_proto()