Searched refs:_PAGE_KERNEL (Results 1 – 6 of 6) sorted by relevance
48 #define _PAGE_KERNEL (PROT_NORMAL) macro84 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)158 PIRx_ELx_PERM(pte_pi_index(_PAGE_KERNEL), PIE_RW))
193 #define _PAGE_KERNEL (_PAGE_READ \ macro200 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)201 #define PAGE_KERNEL_READ __pgprot(_PAGE_KERNEL & ~_PAGE_WRITE)202 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_KERNEL | _PAGE_EXEC)203 #define PAGE_KERNEL_READ_EXEC __pgprot((_PAGE_KERNEL & ~_PAGE_WRITE) \208 #define _PAGE_IOREMAP ((_PAGE_KERNEL & ~_PAGE_MTMASK) | _PAGE_IO)
140 ((__force void *)ioremap_prot((addr), (size), _PAGE_KERNEL))
188 #define _PAGE_KERNEL \ macro191 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)202 #define PAGE_KERNEL __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()