Searched refs:_PAGE_KERNEL (Results 1 – 5 of 5) sorted by relevance
187 #define _PAGE_KERNEL \ macro190 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)201 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)
187 #define _PAGE_KERNEL (_PAGE_READ \ macro194 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)195 #define PAGE_KERNEL_READ __pgprot(_PAGE_KERNEL & ~_PAGE_WRITE)196 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_KERNEL | _PAGE_EXEC)197 #define PAGE_KERNEL_READ_EXEC __pgprot((_PAGE_KERNEL & ~_PAGE_WRITE) \202 #define _PAGE_KERNEL_NC ((_PAGE_KERNEL & ~_PAGE_MTMASK) | _PAGE_NOCACHE)203 #define _PAGE_IOREMAP ((_PAGE_KERNEL & ~_PAGE_MTMASK) | _PAGE_IO)
144 ((__force void *)ioremap_prot((addr), (size), __pgprot(_PAGE_KERNEL)))
210 #define _PAGE_KERNEL (_PAGE_KERNEL_RO | _PAGE_WRITE) macro241 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)245 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
106 flags |= _PAGE_KERNEL; in __ioremap()