Searched refs:_PAGE_BASE (Results 1 – 11 of 11) sorted by relevance
113 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro115 #define _PAGE_BASE (_PAGE_BASE_NC) macro119 #define PAGE_NONE __pgprot(_PAGE_BASE)120 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)121 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)122 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER)123 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)124 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER)125 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
59 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro61 #define _PAGE_BASE (_PAGE_BASE_NC) macro65 #define PAGE_NONE __pgprot(_PAGE_BASE)66 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)67 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)68 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER)69 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)70 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER)71 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
77 #define _PAGE_BASE (_PAGE_BASE_NC) macro80 #define PAGE_NONE __pgprot(_PAGE_BASE)81 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)82 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)83 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER)84 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)85 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER)86 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
75 #define _PAGE_BASE (_PAGE_BASE_NC) macro78 #define PAGE_NONE __pgprot(_PAGE_BASE | _PAGE_NA)79 #define PAGE_SHARED __pgprot(_PAGE_BASE)80 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_EXEC)81 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_RO)82 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_RO | _PAGE_EXEC)83 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_RO)84 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_RO | _PAGE_EXEC)
88 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro90 #define _PAGE_BASE (_PAGE_BASE_NC) macro94 #define PAGE_NONE __pgprot(_PAGE_BASE)95 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)96 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)97 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER)98 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)99 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER)100 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
12 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)16 #define PAGE_KERNEL_X __pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX)17 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO)18 #define PAGE_KERNEL_ROX __pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX)
58 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro67 #define PAGE_NONE __pgprot(_PAGE_BASE)68 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)69 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)70 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER)71 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)72 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER)73 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)76 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)80 #define PAGE_KERNEL_X __pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX)[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)
38 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_USER) macro41 #define PAGE_READ __pgprot(_PAGE_BASE | _PAGE_READ)42 #define PAGE_WRITE __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_WRITE)43 #define PAGE_EXEC __pgprot(_PAGE_BASE | _PAGE_EXEC)44 #define PAGE_READ_EXEC __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_EXEC)45 #define PAGE_WRITE_EXEC __pgprot(_PAGE_BASE | _PAGE_READ | \
137 #define _PAGE_BASE (_PAGE_BASE_NC) macro147 #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)[all …]
154 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED) macro157 (_PAGE_BASE | _PAGE_SRE | _PAGE_SWE | _PAGE_ACCESSED | _PAGE_DIRTY)