_PAGE_BASE 247 arch/microblaze/include/asm/pgtable.h (_PAGE_BASE | _PAGE_WRENABLE | _PAGE_SHARED | _PAGE_HWEXEC) _PAGE_BASE 251 arch/microblaze/include/asm/pgtable.h #define PAGE_NONE __pgprot(_PAGE_BASE) _PAGE_BASE 252 arch/microblaze/include/asm/pgtable.h #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER) _PAGE_BASE 253 arch/microblaze/include/asm/pgtable.h #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC) _PAGE_BASE 254 arch/microblaze/include/asm/pgtable.h #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) _PAGE_BASE 256 arch/microblaze/include/asm/pgtable.h __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC) _PAGE_BASE 257 arch/microblaze/include/asm/pgtable.h #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER) _PAGE_BASE 258 arch/microblaze/include/asm/pgtable.h #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC) _PAGE_BASE 261 arch/microblaze/include/asm/pgtable.h #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_SHARED) _PAGE_BASE 157 arch/openrisc/include/asm/pgtable.h (_PAGE_BASE | _PAGE_SRE | _PAGE_SWE | _PAGE_ACCESSED | _PAGE_DIRTY) _PAGE_BASE 67 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_NONE __pgprot(_PAGE_BASE) _PAGE_BASE 68 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) _PAGE_BASE 69 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC) _PAGE_BASE 70 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER) _PAGE_BASE 71 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC) _PAGE_BASE 72 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER) _PAGE_BASE 73 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC) _PAGE_BASE 76 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW) _PAGE_BASE 80 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_KERNEL_X __pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX) _PAGE_BASE 81 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO) _PAGE_BASE 82 arch/powerpc/include/asm/book3s/32/pgtable.h #define PAGE_KERNEL_ROX __pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX) _PAGE_BASE 147 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_NONE __pgprot(_PAGE_BASE | _PAGE_PRIVILEGED) _PAGE_BASE 148 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_RW) _PAGE_BASE 149 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_RW | _PAGE_EXEC) _PAGE_BASE 150 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_READ) _PAGE_BASE 151 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_EXEC) _PAGE_BASE 152 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_READ) _PAGE_BASE 153 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_EXEC) _PAGE_BASE 156 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW) _PAGE_BASE 161 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_KERNEL_X __pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX) _PAGE_BASE 162 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO) _PAGE_BASE 163 arch/powerpc/include/asm/book3s/64/pgtable.h #define PAGE_KERNEL_ROX __pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX) _PAGE_BASE 80 arch/powerpc/include/asm/nohash/32/pte-40x.h #define PAGE_NONE __pgprot(_PAGE_BASE) _PAGE_BASE 81 arch/powerpc/include/asm/nohash/32/pte-40x.h #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) _PAGE_BASE 82 arch/powerpc/include/asm/nohash/32/pte-40x.h #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC) _PAGE_BASE 83 arch/powerpc/include/asm/nohash/32/pte-40x.h #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER) _PAGE_BASE 84 arch/powerpc/include/asm/nohash/32/pte-40x.h #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC) _PAGE_BASE 85 arch/powerpc/include/asm/nohash/32/pte-40x.h #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER) _PAGE_BASE 86 arch/powerpc/include/asm/nohash/32/pte-40x.h #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC) _PAGE_BASE 119 arch/powerpc/include/asm/nohash/32/pte-44x.h #define PAGE_NONE __pgprot(_PAGE_BASE) _PAGE_BASE 120 arch/powerpc/include/asm/nohash/32/pte-44x.h #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) _PAGE_BASE 121 arch/powerpc/include/asm/nohash/32/pte-44x.h #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC) _PAGE_BASE 122 arch/powerpc/include/asm/nohash/32/pte-44x.h #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER) _PAGE_BASE 123 arch/powerpc/include/asm/nohash/32/pte-44x.h #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC) _PAGE_BASE 124 arch/powerpc/include/asm/nohash/32/pte-44x.h #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER) _PAGE_BASE 125 arch/powerpc/include/asm/nohash/32/pte-44x.h #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC) _PAGE_BASE 78 arch/powerpc/include/asm/nohash/32/pte-8xx.h #define PAGE_NONE __pgprot(_PAGE_BASE | _PAGE_NA) _PAGE_BASE 79 arch/powerpc/include/asm/nohash/32/pte-8xx.h #define PAGE_SHARED __pgprot(_PAGE_BASE) _PAGE_BASE 80 arch/powerpc/include/asm/nohash/32/pte-8xx.h #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_EXEC) _PAGE_BASE 81 arch/powerpc/include/asm/nohash/32/pte-8xx.h #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_RO) _PAGE_BASE 82 arch/powerpc/include/asm/nohash/32/pte-8xx.h #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_RO | _PAGE_EXEC) _PAGE_BASE 83 arch/powerpc/include/asm/nohash/32/pte-8xx.h #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_RO) _PAGE_BASE 84 arch/powerpc/include/asm/nohash/32/pte-8xx.h #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_RO | _PAGE_EXEC) _PAGE_BASE 65 arch/powerpc/include/asm/nohash/32/pte-fsl-booke.h #define PAGE_NONE __pgprot(_PAGE_BASE) _PAGE_BASE 66 arch/powerpc/include/asm/nohash/32/pte-fsl-booke.h #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) _PAGE_BASE 67 arch/powerpc/include/asm/nohash/32/pte-fsl-booke.h #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC) _PAGE_BASE 68 arch/powerpc/include/asm/nohash/32/pte-fsl-booke.h #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER) _PAGE_BASE 69 arch/powerpc/include/asm/nohash/32/pte-fsl-booke.h #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC) _PAGE_BASE 70 arch/powerpc/include/asm/nohash/32/pte-fsl-booke.h #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER) _PAGE_BASE 71 arch/powerpc/include/asm/nohash/32/pte-fsl-booke.h #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC) _PAGE_BASE 12 arch/powerpc/include/asm/nohash/pgtable.h #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW) _PAGE_BASE 16 arch/powerpc/include/asm/nohash/pgtable.h #define PAGE_KERNEL_X __pgprot(_PAGE_BASE | _PAGE_KERNEL_RWX) _PAGE_BASE 17 arch/powerpc/include/asm/nohash/pgtable.h #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO) _PAGE_BASE 18 arch/powerpc/include/asm/nohash/pgtable.h #define PAGE_KERNEL_ROX __pgprot(_PAGE_BASE | _PAGE_KERNEL_ROX) _PAGE_BASE 94 arch/powerpc/include/asm/nohash/pte-book3e.h #define PAGE_NONE __pgprot(_PAGE_BASE) _PAGE_BASE 95 arch/powerpc/include/asm/nohash/pte-book3e.h #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) _PAGE_BASE 96 arch/powerpc/include/asm/nohash/pte-book3e.h #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC) _PAGE_BASE 97 arch/powerpc/include/asm/nohash/pte-book3e.h #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER) _PAGE_BASE 98 arch/powerpc/include/asm/nohash/pte-book3e.h #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC) _PAGE_BASE 99 arch/powerpc/include/asm/nohash/pte-book3e.h #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER) _PAGE_BASE 100 arch/powerpc/include/asm/nohash/pte-book3e.h #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC) _PAGE_BASE 41 arch/riscv/include/asm/pgtable.h #define PAGE_READ __pgprot(_PAGE_BASE | _PAGE_READ) _PAGE_BASE 42 arch/riscv/include/asm/pgtable.h #define PAGE_WRITE __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_WRITE) _PAGE_BASE 43 arch/riscv/include/asm/pgtable.h #define PAGE_EXEC __pgprot(_PAGE_BASE | _PAGE_EXEC) _PAGE_BASE 44 arch/riscv/include/asm/pgtable.h #define PAGE_READ_EXEC __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_EXEC) _PAGE_BASE 45 arch/riscv/include/asm/pgtable.h #define PAGE_WRITE_EXEC __pgprot(_PAGE_BASE | _PAGE_READ | \