Searched refs:_PAGE_BASE_NC (Results 1 – 8 of 8) sorted by relevance
111 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro113 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)115 #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)
86 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_PSIZE) macro88 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)90 #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 | \
94 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro95 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)114 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE)115 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \
137 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED) macro138 #define _PAGE_BASE (_PAGE_BASE_NC)158 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \160 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \
Completed in 13 milliseconds