Searched refs:_PAGE_KERNEL (Results 1 – 4 of 4) sorted by relevance
134 #define _PAGE_KERNEL (_PAGE_READ \ macro141 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)142 #define PAGE_KERNEL_READ __pgprot(_PAGE_KERNEL & ~_PAGE_WRITE)143 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_KERNEL | _PAGE_EXEC)144 #define PAGE_KERNEL_READ_EXEC __pgprot((_PAGE_KERNEL & ~_PAGE_WRITE) \153 #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)
223 #define _PAGE_KERNEL (_PAGE_KERNEL_RO | _PAGE_WRITE) macro251 #define PAGE_KERNEL __pgprot(_PAGE_KERNEL)255 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
105 flags |= _PAGE_KERNEL; in __ioremap()