Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h525 struct btf_func_model { struct
579 const struct btf_func_model *m, u32 flags,
627 struct btf_func_model model;
646 struct btf_func_model fmodel;
938 struct btf_func_model func_models[BPF_STRUCT_OPS_MAX_NR_MEMBERS];
1492 struct btf_func_model *m);
/OK3568_Linux_fs/kernel/arch/x86/net/
H A Dbpf_jit_comp.c1507 static void save_regs(const struct btf_func_model *m, u8 **prog, int nr_args, in save_regs()
1523 static void restore_regs(const struct btf_func_model *m, u8 **prog, int nr_args, in restore_regs()
1540 static int invoke_bpf_prog(const struct btf_func_model *m, u8 **pprog, in invoke_bpf_prog()
1642 static int invoke_bpf(const struct btf_func_model *m, u8 **pprog, in invoke_bpf()
1658 static int invoke_bpf_mod_ret(const struct btf_func_model *m, u8 **pprog, in invoke_bpf_mod_ret()
1772 const struct btf_func_model *m, u32 flags, in arch_prepare_bpf_trampoline()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dtrampoline.c565 const struct btf_func_model *m, u32 flags, in arch_prepare_bpf_trampoline()
H A Dbtf.c4927 struct btf_func_model *m) in btf_distill_func_proto()