Searched refs:L1_TYPE_S (Results 1 – 2 of 2) sorted by relevance
112 #define L1_TYPE_S 0x02 /* Section */ macro208 #define PTE1_V L1_TYPE_S /* Valid bit */
177 return ((pte1 & L1_TYPE_MASK) == L1_TYPE_S); in pte1_is_section()200 return ((l1_type == L1_TYPE_C) || (l1_type == L1_TYPE_S)); in pte1_is_valid()