Home
last modified time | relevance | path

Searched refs:_PAGE_BASE (Results 1 – 13 of 13) 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/microblaze/include/asm/
H A Dpgtable.h184 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED) macro
188 (_PAGE_BASE | _PAGE_WRENABLE | _PAGE_SHARED | _PAGE_HWEXEC)
192 #define PAGE_NONE __pgprot(_PAGE_BASE)
193 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER)
194 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
195 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)
197 __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
198 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER)
199 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
202 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_SHARED)
/linux/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/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-85xx.h51 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro
53 #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.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/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/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)
/linux/drivers/iommu/riscv/
H A Diommu.c1203 pte_prot = _PAGE_BASE | _PAGE_READ; in riscv_iommu_map_pages()
1205 pte_prot = _PAGE_BASE | _PAGE_READ | _PAGE_WRITE; in riscv_iommu_map_pages()
1207 pte_prot = _PAGE_BASE | _PAGE_READ | _PAGE_WRITE | _PAGE_DIRTY; in riscv_iommu_map_pages()