Lines Matching refs:MEM_RCU
636 type & MEM_RCU ? "rcu_" : "", in reg_type_str()
4995 perm_flags = PTR_MAYBE_NULL | PTR_TRUSTED | MEM_RCU; in map_kptr_match_type()
5128 PTR_MAYBE_NULL | MEM_RCU : in check_map_kptr_access()
5459 return reg->type & MEM_RCU; in is_rcu_reg()
5464 *flag &= ~(BPF_REG_TRUSTED_MODIFIERS | MEM_RCU); in clear_trusted_flags()
6248 flag |= MEM_RCU; in check_ptr_to_btf_access()
6249 } else if (flag & MEM_RCU || in check_ptr_to_btf_access()
6252 flag |= MEM_RCU | PTR_MAYBE_NULL; in check_ptr_to_btf_access()
7748 PTR_TO_BTF_ID | MEM_RCU,
7868 case PTR_TO_BTF_ID | MEM_RCU: in check_reg_type()
7870 case PTR_TO_BTF_ID | PTR_MAYBE_NULL | MEM_RCU: in check_reg_type()
8008 case PTR_TO_BTF_ID | MEM_RCU: in check_func_arg_reg_off()
8010 case PTR_TO_BTF_ID | MEM_ALLOC | NON_OWN_REF | MEM_RCU: in check_func_arg_reg_off()
10491 reg->type |= MEM_RCU; in ref_set_non_owning()
11340 if (reg->type & MEM_RCU) { in check_kfunc_call()
11341 reg->type &= ~(MEM_RCU | PTR_MAYBE_NULL); in check_kfunc_call()