Lines Matching refs:arg_btf_id
323 u32 arg_btf_id; member
9104 const u32 *arg_btf_id, in check_reg_type() argument
9194 if (!arg_btf_id) { in check_reg_type()
9199 arg_btf_id = compatible->btf_id; in check_reg_type()
9206 if (arg_btf_id == BPF_PTR_POISON) { in check_reg_type()
9214 btf_vmlinux, *arg_btf_id, in check_reg_type()
9218 btf_type_name(btf_vmlinux, *arg_btf_id)); in check_reg_type()
9523 u32 *arg_btf_id = NULL; in check_func_arg() local
9564 arg_btf_id = fn->arg_btf_id[arg]; in check_func_arg()
9566 err = check_reg_type(env, regno, arg_type, arg_btf_id, meta); in check_func_arg()
10140 return !!fn->arg_btf_id[i]; in check_btf_id_ok()
10142 return fn->arg_btf_id[i] == BPF_PTR_POISON; in check_btf_id_ok()
10143 if (base_type(fn->arg_type[i]) != ARG_PTR_TO_BTF_ID && fn->arg_btf_id[i] && in check_btf_id_ok()
12822 meta->arg_btf_id = reg->btf_id; in __process_kf_arg_ptr_to_graph_node()
13097 meta->arg_btf_id = reg->btf_id; in check_kfunc_args()
13318 meta->arg_btf_id = reg->btf_id; in check_kfunc_args()
13598 insn_aux->kptr_struct_meta = btf_find_struct_meta(meta.arg_btf, meta.arg_btf_id); in check_kfunc_call()
13743 regs[BPF_REG_0].btf_id = meta.arg_btf_id; in check_kfunc_call()
13747 meta.arg_btf_id); in check_kfunc_call()
13896 meta.arg_btf_id); in check_kfunc_call()