Searched refs:arg_btf_id (Results 1 – 2 of 2) sorted by relevance
315 u32 arg_btf_id; member7799 const u32 *arg_btf_id, in check_reg_type() argument7885 if (!arg_btf_id) { in check_reg_type()7890 arg_btf_id = compatible->btf_id; in check_reg_type()7897 if (arg_btf_id == BPF_PTR_POISON) { in check_reg_type()7905 btf_vmlinux, *arg_btf_id, in check_reg_type()7909 btf_type_name(btf_vmlinux, *arg_btf_id)); in check_reg_type()8099 u32 *arg_btf_id = NULL; in check_func_arg() local8139 arg_btf_id = fn->arg_btf_id[arg]; in check_func_arg()8141 err = check_reg_type(env, regno, arg_type, arg_btf_id, meta); in check_func_arg()[all …]
798 u32 *arg_btf_id[5]; member