Searched refs:PTR_TO_MAP_VALUE (Results 1 – 2 of 2) sorted by relevance
317 type == PTR_TO_MAP_VALUE || in reg_not_null()330 if (reg->type == PTR_TO_MAP_VALUE) { in reg_btf_record()1835 if (base_type(reg->type) == PTR_TO_MAP_VALUE) { in mark_ptr_not_null_reg()1854 reg->type = PTR_TO_MAP_VALUE; in mark_ptr_not_null_reg()3662 case PTR_TO_MAP_VALUE: in is_spillable_regtype()4426 case PTR_TO_MAP_VALUE: in __check_mem_access()5239 case PTR_TO_MAP_VALUE: in check_ptr_alignment()6350 } else if (reg->type == PTR_TO_MAP_VALUE) { in check_mem_access()6983 case PTR_TO_MAP_VALUE: in check_helper_mem_access()7209 if (reg->type == PTR_TO_MAP_VALUE) { in process_spin_lock()[all …]
994 PTR_TO_MAP_VALUE, /* reg points to map element value */ enumerator1026 PTR_TO_MAP_VALUE_OR_NULL = PTR_MAYBE_NULL | PTR_TO_MAP_VALUE,