Searched refs:kptr_struct_meta (Results 1 – 2 of 2) sorted by relevance
12901 insn_aux->kptr_struct_meta = struct_meta; in check_special_kfunc()12908 insn_aux->kptr_struct_meta = in check_special_kfunc()13175 insn_aux->kptr_struct_meta = btf_find_struct_meta(meta.arg_btf, meta.arg_btf_id); in check_kfunc_call()13336 insn_aux->kptr_struct_meta = in check_kfunc_call()19767 struct btf_struct_meta *kptr_struct_meta = insn_aux->kptr_struct_meta; in __fixup_collection_insert_kfunc() local19768 struct bpf_insn addr[2] = { BPF_LD_IMM64(struct_meta_reg, (long)kptr_struct_meta) }; in __fixup_collection_insert_kfunc()19809 struct btf_struct_meta *kptr_struct_meta = env->insn_aux_data[insn_idx].kptr_struct_meta; in bpf_fixup_kfunc_call() local19810 struct bpf_insn addr[2] = { BPF_LD_IMM64(BPF_REG_2, (long)kptr_struct_meta) }; in bpf_fixup_kfunc_call()19813 if (is_bpf_percpu_obj_new_kfunc(desc->func_id) && kptr_struct_meta) { in bpf_fixup_kfunc_call()19827 struct btf_struct_meta *kptr_struct_meta = env->insn_aux_data[insn_idx].kptr_struct_meta; in bpf_fixup_kfunc_call() local[all …]
609 struct btf_struct_meta *kptr_struct_meta; member