Searched refs:kptr_struct_meta (Results 1 – 2 of 2) sorted by relevance
13568 insn_aux->kptr_struct_meta = struct_meta; in check_special_kfunc()13575 insn_aux->kptr_struct_meta = in check_special_kfunc()13872 insn_aux->kptr_struct_meta = btf_find_struct_meta(meta.arg_btf, meta.arg_btf_id); in check_kfunc_call()14026 insn_aux->kptr_struct_meta = in check_kfunc_call()20637 struct btf_struct_meta *kptr_struct_meta = insn_aux->kptr_struct_meta; in __fixup_collection_insert_kfunc() local20638 struct bpf_insn addr[2] = { BPF_LD_IMM64(struct_meta_reg, (long)kptr_struct_meta) }; in __fixup_collection_insert_kfunc()20679 struct btf_struct_meta *kptr_struct_meta = env->insn_aux_data[insn_idx].kptr_struct_meta; in bpf_fixup_kfunc_call() local20680 struct bpf_insn addr[2] = { BPF_LD_IMM64(BPF_REG_2, (long)kptr_struct_meta) }; in bpf_fixup_kfunc_call()20683 if (is_bpf_percpu_obj_new_kfunc(desc->func_id) && kptr_struct_meta) { in bpf_fixup_kfunc_call()20697 struct btf_struct_meta *kptr_struct_meta = env->insn_aux_data[insn_idx].kptr_struct_meta; in bpf_fixup_kfunc_call() local[all …]
674 struct btf_struct_meta *kptr_struct_meta; member