Searched refs:_PAGE_BASE (Results 1 – 6 of 6) 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