Searched defs:_PAGE_KERNEL (Results 1 – 5 of 5) sorted by relevance
52 #define _PAGE_KERNEL (1<<1) /* page is kernel only */ macro
44 #define _PAGE_KERNEL (1 << 2) /* Kernel mode page. */ macro
122 #define _PAGE_KERNEL \ macro
180 #define _PAGE_KERNEL (_PAGE_PRESENT | _PAGE_EXEC | _PAGE_READ | _PAGE_WRITE | _PAGE_DIRTY | _PAGE_A… macro
259 #define _PAGE_KERNEL \ macro