Searched refs:_PAGE_KERNEL (Results 1 – 4 of 4) sorted by relevance
95 #define _PAGE_KERNEL (_PAGE_READ \ macro101 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)102 #define PAGE_KERNEL_READ __pgprot(_PAGE_KERNEL & ~_PAGE_WRITE)103 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_KERNEL | _PAGE_EXEC)104 #define PAGE_KERNEL_READ_EXEC __pgprot((_PAGE_KERNEL & ~_PAGE_WRITE) \113 #define _PAGE_IOREMAP _PAGE_KERNEL
228 #define _PAGE_KERNEL \ macro231 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)242 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)
230 #define _PAGE_KERNEL (_PAGE_KERNEL_RO | _PAGE_WRITE) macro258 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)262 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
104 flags |= _PAGE_KERNEL; in __ioremap()