Searched refs:_PAGE_BASE (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dpgtable-masks.h23 #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)
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpte-44x.h98 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro
100 #define _PAGE_BASE (_PAGE_BASE_NC) macro
H A Dpte-85xx.h54 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro
56 #define _PAGE_BASE (_PAGE_BASE_NC) macro
H A Dpte-40x.h68 #define _PAGE_BASE (_PAGE_BASE_NC) macro
H A Dpte-8xx.h83 #define _PAGE_BASE (_PAGE_BASE_NC) macro
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h185 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED) macro
189 (_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_SHARE
[all...]
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpte-e500.h94 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro
96 #define _PAGE_BASE (_PAGE_BASE_NC) macro
H A Dpgtable.h23 #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)
/linux-master/arch/csky/include/asm/
H A Dpgtable.h53 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED) macro
56 #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 | \
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h85 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro
90 #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)
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h152 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED) macro
155 (_PAGE_BASE | _PAGE_SRE | _PAGE_SWE | _PAGE_ACCESSED | _PAGE_DIRTY)
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h172 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_USER) macro
175 #define PAGE_READ __pgprot(_PAGE_BASE | _PAGE_READ)
176 #define PAGE_WRITE __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_WRITE)
177 #define PAGE_EXEC __pgprot(_PAGE_BASE | _PAGE_EXEC)
178 #define PAGE_READ_EXEC __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_EXEC)
179 #define PAGE_WRITE_EXEC __pgprot(_PAGE_BASE | _PAGE_READ | \
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h135 #define _PAGE_BASE (_PAGE_BASE_NC) macro
140 #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)

Completed in 336 milliseconds