Searched refs:PAGE_NONE (Results 1 – 12 of 12) sorted by relevance
23 [VM_NONE] = PAGE_NONE,31 [VM_SHARED] = PAGE_NONE,
34 #define PAGE_NONE __pgprot(0) macro
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
112 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_NO_READ | \ macro
127 cea_set_pte(cea, 0, PAGE_NONE); in percpu_setup_debug_store()
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
124 #define PAGE_NONE __pgprot(((_PAGE_DEFAULT) & ~PTE_VALID) | PTE_PRESENT_INVALID | PTE_RDONLY | PTE… macro
73 tiop->virt_base = vmap(pages, n, VM_MAP, PAGE_NONE); in register_trapped_io()
231 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_USER) macro