/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 48 #define PAGE_SHARED __pgprot(SUN3_PAGE_VALID \ macro 85 #define __S010 PAGE_SHARED 86 #define __S011 PAGE_SHARED 89 #define __S110 PAGE_SHARED 90 #define __S111 PAGE_SHARED
|
D | pgtable_no.h | 27 #define PAGE_SHARED __pgprot(0) macro
|
D | mcf_pgtable.h | 66 #define PAGE_SHARED __pgprot(CF_PAGE_VALID \ macro 126 #define __S010 PAGE_SHARED
|
/arch/mips/mm/ |
D | cache.c | 190 protection_map[10] = PAGE_SHARED; in setup_protection_map() 191 protection_map[11] = PAGE_SHARED; in setup_protection_map() 194 protection_map[14] = PAGE_SHARED; in setup_protection_map() 195 protection_map[15] = PAGE_SHARED; in setup_protection_map()
|
/arch/csky/include/asm/ |
D | pgtable.h | 67 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ macro 91 #define __S010 PAGE_SHARED 92 #define __S011 PAGE_SHARED 95 #define __S110 PAGE_SHARED 96 #define __S111 PAGE_SHARED
|
/arch/arm64/include/asm/ |
D | pgtable-prot.h | 86 #define PAGE_SHARED __pgprot(_PAGE_DEFAULT | PTE_USER | PTE_RDONLY | PTE_NG | PTE_PXN | PTE_UXN | … macro 102 #define __S010 PAGE_SHARED 103 #define __S011 PAGE_SHARED
|
/arch/um/include/asm/ |
D | pgtable.h | 59 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED) macro 82 #define __S010 PAGE_SHARED 83 #define __S011 PAGE_SHARED 86 #define __S110 PAGE_SHARED 87 #define __S111 PAGE_SHARED
|
/arch/sparc/include/asm/ |
D | pgtable_32.h | 55 #define PAGE_SHARED SRMMU_PAGE_SHARED macro 80 #define __S010 PAGE_SHARED 81 #define __S011 PAGE_SHARED 84 #define __S110 PAGE_SHARED 85 #define __S111 PAGE_SHARED
|
/arch/powerpc/include/asm/ |
D | pgtable.h | 35 #define __S010 PAGE_SHARED 36 #define __S011 PAGE_SHARED
|
/arch/sh/include/asm/ |
D | pgtable_32.h | 179 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \ macro 242 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \ macro 253 #define PAGE_RWX PAGE_SHARED 254 #define PAGE_WRITEONLY PAGE_SHARED 276 #define PAGE_SHARED __pgprot(0) macro
|
D | pgtable.h | 106 #define __S011 PAGE_SHARED
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 173 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_WRITABLE) macro 190 # define PAGE_SHARED __pgprot(0) macro 215 #define __S010 PAGE_SHARED /* shared -w- */ 216 #define __S011 PAGE_SHARED /* shared -wr */
|
/arch/h8300/include/asm/ |
D | pgtable.h | 7 #define PAGE_SHARED __pgprot(0) /* these mean nothing to NO_MM */ macro
|
/arch/microblaze/include/asm/ |
D | pgtable.h | 26 #define PAGE_SHARED __pgprot(0) /* these mean nothing to non MMU */ macro 236 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) macro 261 #define __S010 PAGE_SHARED 265 #define __S110 PAGE_SHARED
|
/arch/riscv/include/asm/ |
D | pgtable.h | 92 #define PAGE_SHARED PAGE_WRITE macro 130 #define __S010 PAGE_SHARED 131 #define __S011 PAGE_SHARED 456 #define PAGE_SHARED __pgprot(0) macro
|
/arch/arm/include/asm/ |
D | pgtable-nommu.h | 37 #define PAGE_SHARED __pgprot(0) macro
|
/arch/powerpc/include/asm/nohash/32/ |
D | pte-40x.h | 77 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) macro
|
D | pte-44x.h | 120 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) macro
|
D | pte-fsl-booke.h | 66 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) macro
|
D | pte-8xx.h | 82 #define PAGE_SHARED __pgprot(_PAGE_BASE) macro
|
/arch/c6x/include/asm/ |
D | processor.h | 60 &init_mm, 0, 0, NULL, PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC, 1, \
|
D | pgtable.h | 35 #define PAGE_SHARED __pgprot(0) /* these mean nothing to NO_MM */ macro
|
/arch/openrisc/include/asm/ |
D | pgtable.h | 161 #define PAGE_SHARED \ macro 191 #define __S010 PAGE_SHARED 195 #define __S110 PAGE_SHARED
|
/arch/powerpc/include/asm/nohash/ |
D | pte-book3e.h | 95 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) macro
|
/arch/ia64/include/asm/ |
D | pgtable.h | 139 #define PAGE_SHARED __pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_RW) macro 176 #define __S010 PAGE_SHARED /* we don't have (and don't need) write-only */ 177 #define __S011 PAGE_SHARED
|