Searched defs:PAGE_NONE (Results 1 – 11 of 11) sorted by relevance
23 #define PAGE_NONE __pgprot(_PAGE_BASE | _PAGE_NA) macro
176 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \ macro239 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \ macro275 #define PAGE_NONE __pgprot(0) macro
34 #define PAGE_NONE __pgprot(0) macro
124 #define PAGE_NONE __pgprot(((_PAGE_DEFAULT) & ~PTE_VALID) | PTE_PRESENT_INVALID | PTE_RDONLY | PTE… macro
112 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_NO_READ | \ macro
45 #define PAGE_NONE __pgprot(SUN3_PAGE_VALID \ macro
76 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED | mm_cachebits) macro
66 #define PAGE_NONE __pgprot(CF_PAGE_VALID \ macro
231 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_USER) macro
159 #define PAGE_NONE global() macro
449 #define PAGE_NONE __pgprot_page_mask(__PAGE_NONE) macro