Searched defs:PAGE_KERNEL (Results 1 – 14 of 14) sorted by relevance
214 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_CACHABLE | \ macro256 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_CACHABLE | \ macro282 #define PAGE_KERNEL __pgprot(0) macro
38 #define PAGE_KERNEL __pgprot(0) macro
52 #define PAGE_KERNEL __pgprot(___DEF | _PAGE_GLOBAL \ macro
108 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL) macro
118 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | \ macro
58 #define PAGE_KERNEL __pgprot(SUN3_PAGE_VALID \ macro
80 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_DIRTY | _PAGE_ACCESSED | mm_cachebits) macro
79 #define PAGE_KERNEL __pgprot(CF_PAGE_VALID \ macro
23 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW) macro
90 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW) macro
180 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL) global() macro 1249 #define PAGE_KERNEL global() macro
241 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL) macro
139 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW) macro
455 #define PAGE_KERNEL __pgprot_page_mask(__PAGE_KERNEL) macro