Searched refs:_PAGE_KERNEL (Results 1 – 4 of 4) sorted by relevance
136 #define _PAGE_KERNEL (_PAGE_READ \ macro143 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)144 #define PAGE_KERNEL_READ __pgprot(_PAGE_KERNEL & ~_PAGE_WRITE)145 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_KERNEL | _PAGE_EXEC)146 #define PAGE_KERNEL_READ_EXEC __pgprot((_PAGE_KERNEL & ~_PAGE_WRITE) \155 #define _PAGE_IOREMAP _PAGE_KERNEL
185 #define _PAGE_KERNEL \ macro188 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)199 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)
228 #define _PAGE_KERNEL (_PAGE_KERNEL_RO | _PAGE_WRITE) macro256 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)260 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
106 flags |= _PAGE_KERNEL; in __ioremap()
Completed in 9 milliseconds