Searched refs:_PAGE_BASE (Results 1 – 12 of 12) sorted by relevance
23 #define PAGE_NONE __pgprot(_PAGE_BASE | _PAGE_NA)24 #define PAGE_EXECONLY_X __pgprot(_PAGE_BASE | _PAGE_NAX)25 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_RW)26 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_RWX)27 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_RO)28 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_ROX)29 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_RO)30 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_ROX)
185 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED) macro189 (_PAGE_BASE | _PAGE_WRENABLE | _PAGE_SHARED | _PAGE_HWEXEC)193 #define PAGE_NONE __pgprot(_PAGE_BASE)194 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER)195 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)196 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)198 __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)199 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER)200 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)203 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_SHARED)
53 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED) macro56 #define PAGE_READ __pgprot(_PAGE_BASE | _PAGE_READ | \58 #define PAGE_WRITE __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_WRITE | \62 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_VALID | \67 #define _PAGE_IOREMAP (_PAGE_BASE | _PAGE_READ | _PAGE_VALID | \
95 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro97 #define _PAGE_BASE (_PAGE_BASE_NC) macro
51 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro53 #define _PAGE_BASE (_PAGE_BASE_NC) macro
82 #define _PAGE_BASE (_PAGE_BASE_NC) macro
85 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro90 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)93 #define PAGE_KERNEL_X __pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX)94 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO)95 #define PAGE_KERNEL_ROX __pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX)
23 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)26 #define PAGE_KERNEL_X __pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX)27 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO)28 #define PAGE_KERNEL_ROX __pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX)
82 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro84 #define _PAGE_BASE (_PAGE_BASE_NC) macro
171 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_USER) macro174 #define PAGE_READ __pgprot(_PAGE_BASE | _PAGE_READ)175 #define PAGE_WRITE __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_WRITE)176 #define PAGE_EXEC __pgprot(_PAGE_BASE | _PAGE_EXEC)177 #define PAGE_READ_EXEC __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_EXEC)178 #define PAGE_WRITE_EXEC __pgprot(_PAGE_BASE | _PAGE_READ | \
152 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED) macro155 (_PAGE_BASE | _PAGE_SRE | _PAGE_SWE | _PAGE_ACCESSED | _PAGE_DIRTY)
135 #define _PAGE_BASE (_PAGE_BASE_NC) macro140 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)143 #define PAGE_KERNEL_X __pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX)144 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO)145 #define PAGE_KERNEL_ROX __pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX)