Searched refs:_PAGE_KERNEL (Results 1 – 4 of 4) sorted by relevance
54 #define _PAGE_KERNEL (_PAGE_READ \ macro60 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)61 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_KERNEL | _PAGE_EXEC)
246 #define _PAGE_KERNEL \ macro249 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)260 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)
231 #define _PAGE_KERNEL (_PAGE_KERNEL_RO | _PAGE_WRITE) macro261 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)265 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
104 flags |= _PAGE_KERNEL; in __ioremap()