Home
last modified time | relevance | path

Searched refs:_PAGE_BASE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/powerpc/include/asm/
Dpte-common.h115 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro
117 #define _PAGE_BASE (_PAGE_BASE_NC) macro
130 #define PAGE_NONE __pgprot(_PAGE_BASE)
131 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)
132 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | \
134 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RO)
135 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RO | \
137 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RO)
138 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RO | \
160 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)
[all …]
/linux-4.1.27/arch/microblaze/include/asm/
Dpgtable.h243 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED) macro
247 (_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)
/linux-4.1.27/arch/openrisc/include/asm/
Dpgtable.h157 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED) macro
160 (_PAGE_BASE | _PAGE_SRE | _PAGE_SWE | _PAGE_ACCESSED | _PAGE_DIRTY)