Searched refs:_PAGE_BIT_SZ0 (Results 1 – 1 of 1) sorted by relevance
76 #define _PAGE_BIT_SZ0 2 /* SZ0-bit : Size of page */ macro112 #define _PAGE_TYPE_MASK ((1 << _PAGE_BIT_SZ0) | (1 << _PAGE_BIT_SZ1))113 #define _PAGE_TYPE_NONE (0 << _PAGE_BIT_SZ0)114 #define _PAGE_TYPE_SMALL (1 << _PAGE_BIT_SZ0)115 #define _PAGE_TYPE_MEDIUM (2 << _PAGE_BIT_SZ0)116 #define _PAGE_TYPE_LARGE (3 << _PAGE_BIT_SZ0)