Searched refs:L2_TYPE_S (Results 1 – 5 of 5) sorted by relevance
146 #define L2_TYPE_S 0x02 /* Small Page - 4 */ macro253 #define PTE2_V L2_TYPE_S /* Valid bit */
223 #define L2_TYPE_S 0x02 /* Small Page */ macro
335 #define L2_S_PROTO_generic (L2_TYPE_S)383 #define L2_S_PROTO (L2_TYPE_S)
101 _Static_assert(L2_TYPE_S == ARM_L2_TYPE_S, "L2_TYPE_S mismatch");
263 } else if ((pt[k] & L2_TYPE_MASK) == L2_TYPE_S) { in minidumpsys()