Searched defs:_PAGE_KERNEL_RO (Results 1 – 9 of 9) sorted by relevance
58 #define _PAGE_KERNEL_RO 0 macro
81 #define _PAGE_KERNEL_RO 0 macro
34 #define _PAGE_KERNEL_RO 0 macro
55 #define _PAGE_KERNEL_RO (_PAGE_SH | _PAGE_RO) macro
49 #define _PAGE_KERNEL_RO ((PROT_NORMAL & ~PTE_WRITE) | PTE_RDONLY) macro
53 #define _PAGE_KERNEL_RO (_PAGE_BAP_SR) macro
50 #define _PAGE_KERNEL_RO 0 macro
207 #define _PAGE_KERNEL_RO (_PAGE_PRESENT | _PAGE_READ | _PAGE_DIRTY | _PAGE_ACCESSED) macro
119 #define _PAGE_KERNEL_RO (_PAGE_PRIVILEGED | _PAGE_READ) macro