Searched refs:_PAGE_KERNEL (Results 1 – 3 of 3) sorted by relevance
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()
152 ((__force void *)ioremap_prot((addr), (size), __pgprot(_PAGE_KERNEL)))