Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dpte-common.h139 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro
141 #define _PAGE_BASE (_PAGE_BASE_NC) macro
154 #define PAGE_NONE __pgprot(_PAGE_BASE | _PAGE_NA)
155 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)
156 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | \
158 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RO)
159 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RO | \
161 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RO)
162 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RO | \
184 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)
[all …]
/Linux-v4.19/arch/microblaze/include/asm/
Dpgtable.h245 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED) macro
249 (_PAGE_BASE | _PAGE_WRENABLE | _PAGE_SHARED | _PAGE_HWEXEC)
253 #define PAGE_NONE __pgprot(_PAGE_BASE)
254 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER)
255 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
256 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)
258 __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
259 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER)
260 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
263 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_SHARED)
/Linux-v4.19/arch/riscv/include/asm/
Dpgtable.h45 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_USER) macro
48 #define PAGE_READ __pgprot(_PAGE_BASE | _PAGE_READ)
49 #define PAGE_WRITE __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_WRITE)
50 #define PAGE_EXEC __pgprot(_PAGE_BASE | _PAGE_EXEC)
51 #define PAGE_READ_EXEC __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_EXEC)
52 #define PAGE_WRITE_EXEC __pgprot(_PAGE_BASE | _PAGE_READ | \
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable.h153 #define _PAGE_BASE (_PAGE_BASE_NC) macro
165 #define PAGE_NONE __pgprot(_PAGE_BASE | _PAGE_PRIVILEGED)
166 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_RW)
167 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_RW | _PAGE_EXEC)
168 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_READ)
169 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_EXEC)
170 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_READ)
171 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_EXEC)
192 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)
197 #define PAGE_KERNEL_X __pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX)
[all …]
/Linux-v4.19/arch/openrisc/include/asm/
Dpgtable.h158 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED) macro
161 (_PAGE_BASE | _PAGE_SRE | _PAGE_SWE | _PAGE_ACCESSED | _PAGE_DIRTY)