/linux-4.1.27/arch/cris/include/arch-v10/arch/ |
D | mmu.h | 77 #define PAGE_COPY __pgprot(_PAGE_PRESENT | __READABLE) // | _PAGE_COW macro 91 #define __P010 PAGE_COPY 92 #define __P011 PAGE_COPY 95 #define __P110 PAGE_COPY 96 #define __P111 PAGE_COPY
|
/linux-4.1.27/arch/sh/include/asm/ |
D | pgtable.h | 107 #define __P010 PAGE_COPY 108 #define __P011 PAGE_COPY 111 #define __P110 PAGE_COPY 112 #define __P111 PAGE_COPY
|
D | pgtable_32.h | 192 #define PAGE_COPY PAGE_EXECREAD macro 245 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_CACHABLE | \ macro 276 #define PAGE_COPY __pgprot(0) macro
|
D | pgtable_64.h | 191 #define PAGE_COPY PAGE_EXECREAD macro
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
D | mmu.h | 77 #define PAGE_COPY __pgprot(_PAGE_PRESENT | __READABLE) macro 94 #define __P010 PAGE_COPY 95 #define __P011 PAGE_COPY
|
/linux-4.1.27/arch/score/mm/ |
D | cache.c | 101 protection_map[2] = PAGE_COPY; in setup_protection_map() 102 protection_map[3] = PAGE_COPY; in setup_protection_map() 105 protection_map[6] = PAGE_COPY; in setup_protection_map() 106 protection_map[7] = PAGE_COPY; in setup_protection_map()
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 51 #define PAGE_COPY __pgprot(SUN3_PAGE_VALID \ macro 75 #define __P010 PAGE_COPY 76 #define __P011 PAGE_COPY 79 #define __P110 PAGE_COPY 80 #define __P111 PAGE_COPY
|
D | pgtable_no.h | 27 #define PAGE_COPY __pgprot(0) macro
|
D | motorola_pgtable.h | 63 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED | mm_cachebits) macro
|
D | mcf_pgtable.h | 83 #define PAGE_COPY __pgprot(CF_PAGE_VALID \ macro
|
/linux-4.1.27/arch/mips/mm/ |
D | cache.c | 181 protection_map[2] = PAGE_COPY; in setup_protection_map() 182 protection_map[3] = PAGE_COPY; in setup_protection_map() 185 protection_map[6] = PAGE_COPY; in setup_protection_map() 186 protection_map[7] = PAGE_COPY; in setup_protection_map()
|
/linux-4.1.27/arch/score/include/asm/ |
D | pgtable.h | 126 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_CACHE) macro 135 #define __P010 PAGE_COPY 136 #define __P011 PAGE_COPY 139 #define __P110 PAGE_COPY 140 #define __P111 PAGE_COPY
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | pte-common.h | 134 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RO) macro 143 #define __P010 PAGE_COPY 144 #define __P011 PAGE_COPY
|
/linux-4.1.27/arch/um/include/asm/ |
D | pgtable.h | 62 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED) macro 75 #define __P010 PAGE_COPY 76 #define __P011 PAGE_COPY 79 #define __P110 PAGE_COPY 80 #define __P111 PAGE_COPY
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | pgtable_32.h | 52 #define PAGE_COPY SRMMU_PAGE_COPY macro 67 #define __P010 PAGE_COPY 68 #define __P011 PAGE_COPY 71 #define __P110 PAGE_COPY 72 #define __P111 PAGE_COPY
|
D | pgtable_64.h | 218 extern pgprot_t PAGE_COPY;
|
/linux-4.1.27/arch/frv/include/asm/ |
D | pgtable.h | 55 #define PAGE_COPY __pgprot(0) /* these mean nothing to NO_MM */ macro 308 #define PAGE_COPY __pgprot(__PGPROT_BASE | _PAGE_WP) macro 332 #define __P010 PAGE_COPY 333 #define __P011 PAGE_COPY 336 #define __P110 PAGE_COPY 337 #define __P111 PAGE_COPY
|
/linux-4.1.27/arch/metag/include/asm/ |
D | pgtable.h | 59 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \ macro 61 #define PAGE_COPY_C PAGE_COPY 71 #define __P010 PAGE_COPY 72 #define __P011 PAGE_COPY
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | pgtable.h | 121 #define PAGE_COPY \ macro 146 #define PAGE_COPY __pgprot(0) macro 159 #define __P010 PAGE_COPY 160 #define __P011 PAGE_COPY
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | pgtable.h | 159 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER) macro 180 # define PAGE_COPY __pgprot(0) macro 195 #define __P010 PAGE_COPY /* private -w- */ 196 #define __P011 PAGE_COPY /* private -wr */
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | pgtable.h | 31 #define PAGE_COPY __pgprot(0) /* these mean nothing to non MMU */ macro 257 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER) macro 270 #define __P010 PAGE_COPY 274 #define __P110 PAGE_COPY
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | pgtable.h | 171 #define PAGE_COPY __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE) macro 186 #define __P010 PAGE_COPY 190 #define __P110 PAGE_COPY
|
/linux-4.1.27/arch/x86/include/asm/ |
D | pgtable_types.h | 138 #define PAGE_COPY PAGE_COPY_NOEXEC macro 175 #define __P010 PAGE_COPY 176 #define __P011 PAGE_COPY
|
/linux-4.1.27/arch/arm/include/asm/ |
D | pgtable-nommu.h | 42 #define PAGE_COPY __pgprot(0) macro
|
D | pgtable.h | 94 #define PAGE_COPY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) macro
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | pgtable.h | 40 #define PAGE_COPY __pgprot(0) /* these mean nothing to NO_MM */ macro
|
/linux-4.1.27/arch/tile/include/asm/ |
D | pgtable.h | 115 #define PAGE_COPY \ macro 141 #define __P010 PAGE_COPY /* this is write-only, which we won't support */ 142 #define __P011 PAGE_COPY
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | pgtable.h | 35 #define PAGE_COPY __pgprot(0) /* these mean nothing to NO_MM */ macro
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | pgtable.h | 88 #define PAGE_COPY __pgprot(_PAGE_DEFAULT | PTE_USER | PTE_NG | PTE_PXN | PTE_UXN) macro 95 #define __P010 PAGE_COPY 96 #define __P011 PAGE_COPY
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | pgtable.h | 71 #define PAGE_COPY MKP(0, 0, 1) macro
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | pgtable.h | 94 #define PAGE_COPY __pgprot(pgprot_val(pgprot_user | PTE_READ) macro
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | pgtable.h | 125 #define PAGE_COPY PAGE_READONLY macro
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | pgtable.h | 148 #define PAGE_COPY _PAGE_P(PAGE_WRITE | PAGE_READ) macro
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | pgtable.h | 102 #define PAGE_COPY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW) macro
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | pgtable.h | 166 #define PAGE_COPY PAGE_COPY_NOEXEC macro
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | pgtable.h | 232 #define PAGE_COPY PAGE_EXECREAD macro
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pgtable.h | 140 #define PAGE_COPY __pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_R) macro
|
/linux-4.1.27/arch/mips/include/asm/ |
D | pgtable.h | 29 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_NO_EXEC | \ macro
|
/linux-4.1.27/arch/sparc/mm/ |
D | init_64.c | 2321 pgprot_t PAGE_COPY __read_mostly; 2404 PAGE_COPY = __pgprot(page_copy); in prot_init_common()
|