Searched refs:L1_TYPE_S (Results 1 – 3 of 3) sorted by relevance
110 #define L1_TYPE_S 0x02 /* Section */ macro206 #define PTE1_V L1_TYPE_S /* Valid bit */
175 return ((pte1 & L1_TYPE_MASK) == L1_TYPE_S); in pte1_is_section()198 return ((l1_type == L1_TYPE_C) || (l1_type == L1_TYPE_S)); in pte1_is_valid()
104 _Static_assert(L1_TYPE_S == ARM_L1_TYPE_S, "L1_TYPE_S mismatch");