Searched refs:_PAGE_KERNEL (Results 1 – 5 of 5) sorted by relevance
169 #define _PAGE_KERNEL (_PAGE_READ \ macro176 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)177 #define PAGE_KERNEL_READ __pgprot(_PAGE_KERNEL & ~_PAGE_WRITE)178 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_KERNEL | _PAGE_EXEC)179 #define PAGE_KERNEL_READ_EXEC __pgprot((_PAGE_KERNEL & ~_PAGE_WRITE) \184 #define _PAGE_IOREMAP ((_PAGE_KERNEL & ~_PAGE_MTMASK) | _PAGE_IO)
140 ((__force void *)ioremap_prot((addr), (size), _PAGE_KERNEL))
185 #define _PAGE_KERNEL \ macro188 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)199 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)
234 #define _PAGE_KERNEL (_PAGE_KERNEL_RO | _PAGE_WRITE) macro262 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)266 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
106 flags |= _PAGE_KERNEL; in __ioremap()