Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbpf.h569 struct btf_func_model { struct
623 const struct btf_func_model *m, u32 flags,
671 struct btf_func_model model;
690 struct btf_func_model fmodel;
982 struct btf_func_model func_models[BPF_STRUCT_OPS_MAX_NR_MEMBERS];
1554 struct btf_func_model *m);
/kernel/linux/linux-5.10/arch/x86/net/
Dbpf_jit_comp.c1510 static void save_regs(const struct btf_func_model *m, u8 **prog, int nr_args, in save_regs()
1526 static void restore_regs(const struct btf_func_model *m, u8 **prog, int nr_args, in restore_regs()
1543 static int invoke_bpf_prog(const struct btf_func_model *m, u8 **pprog, in invoke_bpf_prog()
1645 static int invoke_bpf(const struct btf_func_model *m, u8 **pprog, in invoke_bpf()
1661 static int invoke_bpf_mod_ret(const struct btf_func_model *m, u8 **pprog, in invoke_bpf_mod_ret()
1775 const struct btf_func_model *m, u32 flags, in arch_prepare_bpf_trampoline()
/kernel/linux/linux-5.10/kernel/bpf/
Dtrampoline.c562 const struct btf_func_model *m, u32 flags, in arch_prepare_bpf_trampoline()
Dbtf.c4934 struct btf_func_model *m) in btf_distill_func_proto()