Home
last modified time | relevance | path

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

/linux/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/arch/powerpc/include/asm/nohash/32/
H A Dpte-44x.h95 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro
97 #define _PAGE_BASE (_PAGE_BASE_NC) macro
H A Dpte-8xx.h82 #define _PAGE_BASE (_PAGE_BASE_NC) macro
/linux/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/arch/powerpc/include/asm/nohash/
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)
H A Dpte-e500.h82 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro
84 #define _PAGE_BASE (_PAGE_BASE_NC) macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h157 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_USER) macro
160 #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)
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h134 #define _PAGE_BASE (_PAGE_BASE_NC) macro
139 #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)