Searched refs:_PAGE_BASE (Results 1 – 5 of 5) sorted by relevance
139 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro141 #define _PAGE_BASE (_PAGE_BASE_NC) macro154 #define PAGE_NONE __pgprot(_PAGE_BASE | _PAGE_NA)155 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)156 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | \158 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RO)159 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RO | \161 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RO)162 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RO | \184 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)[all …]
245 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED) macro249 (_PAGE_BASE | _PAGE_WRENABLE | _PAGE_SHARED | _PAGE_HWEXEC)253 #define PAGE_NONE __pgprot(_PAGE_BASE)254 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER)255 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)256 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)258 __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)259 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER)260 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)263 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_SHARED)
45 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_USER) macro48 #define PAGE_READ __pgprot(_PAGE_BASE | _PAGE_READ)49 #define PAGE_WRITE __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_WRITE)50 #define PAGE_EXEC __pgprot(_PAGE_BASE | _PAGE_EXEC)51 #define PAGE_READ_EXEC __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_EXEC)52 #define PAGE_WRITE_EXEC __pgprot(_PAGE_BASE | _PAGE_READ | \
153 #define _PAGE_BASE (_PAGE_BASE_NC) macro165 #define PAGE_NONE __pgprot(_PAGE_BASE | _PAGE_PRIVILEGED)166 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_RW)167 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_RW | _PAGE_EXEC)168 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_READ)169 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_EXEC)170 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_READ)171 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_EXEC)192 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)197 #define PAGE_KERNEL_X __pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX)[all …]
158 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED) macro161 (_PAGE_BASE | _PAGE_SRE | _PAGE_SWE | _PAGE_ACCESSED | _PAGE_DIRTY)