Searched refs:PAGE_KERNEL_NC (Results 1 – 5 of 5) sorted by relevance
13 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE) macro36 #define PAGE_AGP (PAGE_KERNEL_NC)
78 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE) macro101 #define PAGE_AGP (PAGE_KERNEL_NC)
145 return __kmap_pgprot(page, addr, PAGE_KERNEL_NC); in kmap_noncoherent()
157 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \ macro179 #define PAGE_AGP (PAGE_KERNEL_NC)
38 #define PAGE_KERNEL_NC __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | \ macro