Searched refs:_PAGE_BASE (Results 1 – 8 of 8) 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)
95 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro97 #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
157 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_USER) macro160 #define PAGE_READ __pgprot(_PAGE_BASE | _PAGE_READ)161 #define PAGE_WRITE __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_WRITE)162 #define PAGE_EXEC __pgprot(_PAGE_BASE | _PAGE_EXEC)163 #define PAGE_READ_EXEC __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_EXEC)164 #define PAGE_WRITE_EXEC __pgprot(_PAGE_BASE | _PAGE_READ | \166 #define PAGE_SHADOWSTACK __pgprot(_PAGE_BASE | _PAGE_WRITE)
134 #define _PAGE_BASE (_PAGE_BASE_NC) macro139 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)142 #define PAGE_KERNEL_X __pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX)143 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO)144 #define PAGE_KERNEL_ROX __pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX)