Searched defs:_PAGE_TABLE (Results 1 – 6 of 6) sorted by relevance
28 #define _PAGE_TABLE _PAGE_PRESENT macro
39 #define _PAGE_TABLE (_PAGE_SHORT) macro
53 #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED | _PAGE_DIRTY) macro
93 #define _PAGE_TABLE (_PAGE_VALID | __DIRTY_BITS | __ACCESS_BITS) macro
192 #define _PAGE_TABLE (__PP|__RW|_USR|___A| 0|___D| 0| 0| _ENC) macro
223 #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | _PAGE_DIRTY | _PAGE_ACCESSED) macro
Completed in 13 milliseconds