Searched refs:_PAGE_BASE (Results 1 – 13 of 13) sorted by relevance
23 #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)
184 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED) macro188 (_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)
53 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED) macro56 #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 | \
95 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro97 #define _PAGE_BASE (_PAGE_BASE_NC) macro
51 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro53 #define _PAGE_BASE (_PAGE_BASE_NC) macro
82 #define _PAGE_BASE (_PAGE_BASE_NC) macro
85 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro90 #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)
23 #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)
82 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) macro84 #define _PAGE_BASE (_PAGE_BASE_NC) macro
172 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_USER) macro175 #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 | \
152 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED) macro155 (_PAGE_BASE | _PAGE_SRE | _PAGE_SWE | _PAGE_ACCESSED | _PAGE_DIRTY)
134 #define _PAGE_BASE (_PAGE_BASE_NC) macro139 #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)
1203 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()