Searched refs:_PAGE_BASE (Results 1 – 3 of 3) sorted by relevance
114 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro116 #define _PAGE_BASE (_PAGE_BASE_NC) macro129 #define PAGE_NONE __pgprot(_PAGE_BASE)130 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)131 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | \133 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RO)134 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RO | \136 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RO)137 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RO | \159 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)[all …]
243 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED) macro247 (_PAGE_BASE | _PAGE_WRENABLE | _PAGE_SHARED | _PAGE_HWEXEC)251 #define PAGE_NONE __pgprot(_PAGE_BASE)252 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER)253 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)254 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)256 __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)257 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER)258 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)261 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_SHARED)
157 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED) macro160 (_PAGE_BASE | _PAGE_SRE | _PAGE_SWE | _PAGE_ACCESSED | _PAGE_DIRTY)