Searched refs:arg_btf_id (Results 1 – 2 of 2) sorted by relevance
6480 const u32 *arg_btf_id, in check_reg_type() argument6533 if (!arg_btf_id) { in check_reg_type()6538 arg_btf_id = compatible->btf_id; in check_reg_type()6545 if (arg_btf_id == BPF_PTR_POISON) { in check_reg_type()6553 btf_vmlinux, *arg_btf_id, in check_reg_type()6557 kernel_type_name(btf_vmlinux, *arg_btf_id)); in check_reg_type()6703 u32 *arg_btf_id = NULL; in check_func_arg() local6743 arg_btf_id = fn->arg_btf_id[arg]; in check_func_arg()6745 err = check_reg_type(env, regno, arg_type, arg_btf_id, meta); in check_func_arg()7336 return !!fn->arg_btf_id[i]; in check_btf_id_ok()[all …]
740 u32 *arg_btf_id[5]; member
Completed in 37 milliseconds