Searched defs:_PAGE_VALID (Results 1 – 7 of 7) sorted by relevance
18 #define _PAGE_VALID (1<<1) macro
18 #define _PAGE_VALID (1<<7) macro
43 #define _PAGE_VALID (_ULCAST_(1) << _PAGE_VALID_SHIFT) macro
180 #define _PAGE_VALID (1 << _PAGE_VALID_SHIFT) macro
54 #define _PAGE_VALID _PAGE_PRESENT macro
62 #define _PAGE_VALID 0x0001 macro
112 #define _PAGE_VALID _AC(0x8000000000000000,UL) /* Valid TTE */ macro