Searched refs:_PAGE_KERNEL (Results 1 – 5 of 5) sorted by relevance
61 #define _PAGE_KERNEL (_PAGE_READ \ macro67 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)68 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_KERNEL | _PAGE_EXEC)
248 #define _PAGE_KERNEL \ macro251 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)262 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)
210 #define _PAGE_KERNEL (_PAGE_KERNEL_RO | _PAGE_WRITE) macro240 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)244 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
139 err = map_page(va + i, pa + i, _PAGE_KERNEL | _PAGE_NO_CACHE); in arch_dma_alloc()
108 flags |= _PAGE_KERNEL; in __ioremap()