Lines Matching refs:_PAGE_BASE
137 #define _PAGE_BASE (_PAGE_BASE_NC) macro
147 #define PAGE_NONE __pgprot(_PAGE_BASE | _PAGE_PRIVILEGED)
148 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_RW)
149 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_RW | _PAGE_EXEC)
150 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_READ)
151 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_EXEC)
152 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_READ)
153 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_EXEC)
156 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)
161 #define PAGE_KERNEL_X __pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX)
162 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO)
163 #define PAGE_KERNEL_ROX __pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX)