Searched refs:_PAGE_BASE_NC (Results 1 – 8 of 8) sorted by relevance
101 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro103 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)105 #define _PAGE_BASE (_PAGE_BASE_NC)
57 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro59 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)61 #define _PAGE_BASE (_PAGE_BASE_NC)
75 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro76 #define _PAGE_BASE (_PAGE_BASE_NC)
77 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_PSIZE) macro78 #define _PAGE_BASE (_PAGE_BASE_NC)
85 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_PSIZE) macro87 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)89 #define _PAGE_BASE (_PAGE_BASE_NC)
13 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE)14 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE | _PAGE_GUARDED)
97 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro98 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)117 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE)118 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE | _PAGE_GUARDED)
135 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro136 #define _PAGE_BASE (_PAGE_BASE_NC)158 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_TOLERANT)159 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NON_IDEMPOTENT)
Completed in 13 milliseconds