Searched defs:_PAGE_VALID (Results 1 – 8 of 8) sorted by relevance
18 #define _PAGE_VALID (1<<1) macro
18 #define _PAGE_VALID (1<<7) macro
180 #define _PAGE_VALID (1 << _PAGE_VALID_SHIFT) macro
69 #define _PAGE_VALID (_ULCAST_(1) << _PAGE_VALID_SHIFT) macro
54 #define _PAGE_VALID global() macro
59 #define _PAGE_VALID BIT_ULL(_PAGE_VALID_SHIFT) macro
63 #define _PAGE_VALID 0x0001 macro [all...]
112 #define _PAGE_VALID _AC(0x8000000000000000,UL) /* Valid TTE */ macro