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_EXEC __pgprot(_PAGE_KERNEL | _PAGE_EXEC)103 #define PAGE_KERNEL_READ __pgprot(_PAGE_KERNEL & ~_PAGE_WRITE)104 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_KERNEL | _PAGE_EXEC)105 #define PAGE_KERNEL_READ_EXEC __pgprot((_PAGE_KERNEL & ~_PAGE_WRITE) \114 #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)
235 #define _PAGE_KERNEL (_PAGE_KERNEL_RO | _PAGE_WRITE) macro265 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)269 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
104 flags |= _PAGE_KERNEL; in __ioremap()