/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
|
/arch/sh/include/asm/ |
D | pgtable.h | 106 #define __P010 PAGE_COPY 107 #define __P011 PAGE_COPY 110 #define __P110 PAGE_COPY 111 #define __P111 PAGE_COPY
|
D | pgtable_32.h | 174 #define PAGE_COPY PAGE_EXECREAD macro 233 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_CACHABLE | \ macro 264 #define PAGE_COPY __pgprot(0) macro
|
D | pgtable_64.h | 182 #define PAGE_COPY PAGE_EXECREAD macro
|
/arch/mips/mm/ |
D | cache.c | 142 protection_map[2] = PAGE_COPY; in setup_protection_map() 143 protection_map[3] = PAGE_COPY; in setup_protection_map() 146 protection_map[6] = PAGE_COPY; in setup_protection_map() 147 protection_map[7] = PAGE_COPY; in setup_protection_map()
|
/arch/cris/include/arch-v32/arch/ |
D | mmu.h | 76 #define PAGE_COPY __pgprot(_PAGE_PRESENT | __READABLE) macro 93 #define __P010 PAGE_COPY 94 #define __P011 PAGE_COPY
|
/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 53 #define PAGE_COPY __pgprot(SUN3_PAGE_VALID \ macro 77 #define __P010 PAGE_COPY 78 #define __P011 PAGE_COPY 81 #define __P110 PAGE_COPY 82 #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
|
/arch/um/include/asm/ |
D | pgtable.h | 63 #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
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 124 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER) macro 144 # define PAGE_COPY __pgprot(0) macro 159 #define __P010 PAGE_COPY /* private -w- */ 160 #define __P011 PAGE_COPY /* private -wr */
|
/arch/sparc/mm/ |
D | init_32.c | 345 protection_map[2] = PAGE_COPY; in paging_init() 346 protection_map[3] = PAGE_COPY; in paging_init() 349 protection_map[6] = PAGE_COPY; in paging_init() 350 protection_map[7] = PAGE_COPY; in paging_init()
|
/arch/h8300/include/asm/ |
D | pgtable.h | 23 #define PAGE_COPY __pgprot(0) /* these mean nothing to NO_MM */ macro
|
/arch/arm/include/asm/ |
D | pgtable-nommu.h | 42 #define PAGE_COPY __pgprot(0) macro
|
D | pgtable.h | 209 #define PAGE_COPY _MOD_PROT(pgprot_user, L_PTE_USER) macro
|
/arch/blackfin/include/asm/ |
D | pgtable.h | 29 #define PAGE_COPY __pgprot(0) /* these mean nothing to NO_MM */ macro
|
/arch/powerpc/include/asm/ |
D | pgtable-ppc64.h | 108 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER) macro 140 #define __P010 PAGE_COPY 141 #define __P011 PAGE_COPY
|
D | pgtable-ppc32.h | 484 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER) macro 498 #define __P010 PAGE_COPY 502 #define __P110 PAGE_COPY
|
/arch/x86/include/asm/ |
D | pgtable.h | 82 #define PAGE_COPY PAGE_COPY_NOEXEC macro 131 #define __P010 PAGE_COPY 132 #define __P011 PAGE_COPY
|
/arch/avr32/include/asm/ |
D | pgtable.h | 152 #define PAGE_COPY _PAGE_P(PAGE_WRITE | PAGE_READ) macro
|
/arch/alpha/include/asm/ |
D | pgtable.h | 102 #define PAGE_COPY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW) macro
|
/arch/mips/include/asm/ |
D | pgtable.h | 27 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_READ | \ macro
|
/arch/sparc/include/asm/ |
D | pgtable_32.h | 64 #define PAGE_COPY __pgprot(BTFIXUP_INT(page_copy)) macro
|
/arch/parisc/include/asm/ |
D | pgtable.h | 203 #define PAGE_COPY PAGE_EXECREAD macro
|
/arch/ia64/include/asm/ |
D | pgtable.h | 144 #define PAGE_COPY __pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_R) macro
|