/arch/cris/include/arch-v10/arch/ |
D | mmu.h | 75 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | __READABLE | _PAGE_WRITE | \ macro 100 #define __S010 PAGE_SHARED 101 #define __S011 PAGE_SHARED 104 #define __S110 PAGE_SHARED 105 #define __S111 PAGE_SHARED
|
/arch/cris/include/arch-v32/arch/ |
D | mmu.h | 69 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | __READABLE | _PAGE_WRITE | \ macro 103 #define __S010 PAGE_SHARED 104 #define __S011 PAGE_SHARED
|
/arch/score/mm/ |
D | cache.c | 109 protection_map[10] = PAGE_SHARED; in setup_protection_map() 110 protection_map[11] = PAGE_SHARED; in setup_protection_map() 113 protection_map[14] = PAGE_SHARED; in setup_protection_map() 114 protection_map[15] = PAGE_SHARED; in setup_protection_map()
|
/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 47 #define PAGE_SHARED __pgprot(SUN3_PAGE_VALID \ macro 84 #define __S010 PAGE_SHARED 85 #define __S011 PAGE_SHARED 88 #define __S110 PAGE_SHARED 89 #define __S111 PAGE_SHARED
|
D | pgtable_no.h | 26 #define PAGE_SHARED __pgprot(0) macro
|
/arch/mips/mm/ |
D | cache.c | 193 protection_map[10] = PAGE_SHARED; in setup_protection_map() 194 protection_map[11] = PAGE_SHARED; in setup_protection_map() 197 protection_map[14] = PAGE_SHARED; in setup_protection_map() 198 protection_map[15] = PAGE_SHARED; in setup_protection_map()
|
/arch/powerpc/include/asm/ |
D | pte-common.h | 145 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) macro 166 #define __S010 PAGE_SHARED 167 #define __S011 PAGE_SHARED
|
/arch/arm64/include/asm/ |
D | pgtable-prot.h | 74 #define PAGE_SHARED __pgprot(_PAGE_DEFAULT | PTE_USER | PTE_NG | PTE_PXN | PTE_UXN | PTE_WRITE) macro 93 #define __S010 PAGE_SHARED 94 #define __S011 PAGE_SHARED
|
/arch/score/include/asm/ |
D | pgtable.h | 124 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ macro 144 #define __S010 PAGE_SHARED 145 #define __S011 PAGE_SHARED 148 #define __S110 PAGE_SHARED 149 #define __S111 PAGE_SHARED
|
/arch/um/include/asm/ |
D | pgtable.h | 61 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED) macro 84 #define __S010 PAGE_SHARED 85 #define __S011 PAGE_SHARED 88 #define __S110 PAGE_SHARED 89 #define __S111 PAGE_SHARED
|
/arch/sparc/include/asm/ |
D | pgtable_32.h | 51 #define PAGE_SHARED SRMMU_PAGE_SHARED macro 76 #define __S010 PAGE_SHARED 77 #define __S011 PAGE_SHARED 80 #define __S110 PAGE_SHARED 81 #define __S111 PAGE_SHARED
|
/arch/metag/include/asm/ |
D | pgtable.h | 56 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_WRITE | \ macro 58 #define PAGE_SHARED_C PAGE_SHARED 80 #define __S010 PAGE_SHARED 81 #define __S011 PAGE_SHARED
|
/arch/m32r/include/asm/ |
D | pgtable.h | 116 #define PAGE_SHARED \ macro 144 #define PAGE_SHARED __pgprot(0) macro 168 #define __S010 PAGE_SHARED 169 #define __S011 PAGE_SHARED
|
/arch/frv/include/asm/ |
D | pgtable.h | 54 #define PAGE_SHARED __pgprot(0) /* these mean nothing to NO_MM */ macro 307 #define PAGE_SHARED __pgprot(__PGPROT_BASE) macro 341 #define __S010 PAGE_SHARED 342 #define __S011 PAGE_SHARED 345 #define __S110 PAGE_SHARED 346 #define __S111 PAGE_SHARED
|
/arch/sh/include/asm/ |
D | pgtable_32.h | 178 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \ macro 241 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \ macro 252 #define PAGE_RWX PAGE_SHARED 253 #define PAGE_WRITEONLY PAGE_SHARED 275 #define PAGE_SHARED __pgprot(0) macro
|
D | processor_64.h | 142 { &init_mm, 0, 0, NULL, PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC, 1, NULL, NULL }
|
D | pgtable.h | 117 #define __S011 PAGE_SHARED
|
/arch/h8300/include/asm/ |
D | pgtable.h | 8 #define PAGE_SHARED __pgprot(0) /* these mean nothing to NO_MM */ macro
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 168 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_WRITABLE) macro 184 # define PAGE_SHARED __pgprot(0) macro 209 #define __S010 PAGE_SHARED /* shared -w- */ 210 #define __S011 PAGE_SHARED /* shared -wr */
|
/arch/arm/include/asm/ |
D | pgtable-nommu.h | 41 #define PAGE_SHARED __pgprot(0) macro
|
/arch/c6x/include/asm/ |
D | pgtable.h | 39 #define PAGE_SHARED __pgprot(0) /* these mean nothing to NO_MM */ macro
|
D | processor.h | 74 &init_mm, 0, 0, NULL, PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC, 1, \
|
/arch/microblaze/include/asm/ |
D | pgtable.h | 30 #define PAGE_SHARED __pgprot(0) /* these mean nothing to non MMU */ macro 254 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) macro 279 #define __S010 PAGE_SHARED 283 #define __S110 PAGE_SHARED
|
/arch/openrisc/include/asm/ |
D | pgtable.h | 165 #define PAGE_SHARED \ macro 195 #define __S010 PAGE_SHARED 199 #define __S110 PAGE_SHARED
|
/arch/mn10300/include/asm/ |
D | processor.h | 118 { &init_mm, 0, 0, NULL, PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC, 1, \
|