Searched refs:arg_btf_id (Results 1 – 2 of 2) sorted by relevance
8047 const u32 *arg_btf_id, in check_reg_type() argument8137 if (!arg_btf_id) { in check_reg_type()8142 arg_btf_id = compatible->btf_id; in check_reg_type()8149 if (arg_btf_id == BPF_PTR_POISON) { in check_reg_type()8161 reg->var_off.value, btf_vmlinux, *arg_btf_id, in check_reg_type()8165 btf_type_name(btf_vmlinux, *arg_btf_id)); in check_reg_type()8486 u32 *arg_btf_id = NULL; in check_func_arg() local8527 arg_btf_id = fn->arg_btf_id[arg]; in check_func_arg()8529 err = check_reg_type(env, regno, arg_type, arg_btf_id, meta); in check_func_arg()9105 return !!fn->arg_btf_id[i]; in check_btf_id_ok()[all …]
954 u32 *arg_btf_id[5]; member