| /linux/arch/um/kernel/ |
| H A D | mem.c | 132 [VM_WRITE] = PAGE_COPY, 133 [VM_WRITE | VM_READ] = PAGE_COPY, 136 [VM_EXEC | VM_WRITE] = PAGE_COPY, 137 [VM_EXEC | VM_WRITE | VM_READ] = PAGE_COPY,
|
| /linux/arch/sh/mm/ |
| H A D | mmap.c | 25 [VM_WRITE] = PAGE_COPY, 26 [VM_WRITE | VM_READ] = PAGE_COPY, 29 [VM_EXEC | VM_WRITE] = PAGE_COPY, 30 [VM_EXEC | VM_WRITE | VM_READ] = PAGE_COPY,
|
| /linux/arch/microblaze/mm/ |
| H A D | init.c | 246 [VM_WRITE] = PAGE_COPY, 250 [VM_EXEC | VM_WRITE] = PAGE_COPY,
|
| /linux/arch/openrisc/mm/ |
| H A D | init.c | 249 [VM_WRITE] = PAGE_COPY, 253 [VM_EXEC | VM_WRITE] = PAGE_COPY,
|
| /linux/arch/m68k/include/asm/ |
| H A D | pgtable_no.h | 27 #define PAGE_COPY __pgprot(0) macro
|
| H A D | sun3_pgtable.h | 52 #define PAGE_COPY __pgprot(SUN3_PAGE_VALID \ macro
|
| H A D | motorola_pgtable.h | 78 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED | mm_cachebits) macro
|
| H A D | mcf_pgtable.h | 87 #define PAGE_COPY __pgprot(CF_PAGE_VALID \ macro
|
| /linux/arch/sh/include/asm/ |
| H A D | pgtable_32.h | 193 #define PAGE_COPY PAGE_EXECREAD macro 246 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_CACHABLE | \ macro 277 #define PAGE_COPY __pgprot(0) macro
|
| /linux/arch/arm/include/asm/ |
| H A D | pgtable-nommu.h | 36 #define PAGE_COPY __pgprot(0) macro
|
| H A D | pgtable.h | 96 #define PAGE_COPY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) macro
|
| /linux/arch/powerpc/include/asm/ |
| H A D | pgtable-masks.h | 27 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_RO) macro
|
| /linux/arch/xtensa/include/asm/ |
| H A D | pgtable.h | 170 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER) macro 192 # define PAGE_COPY __pgprot(0) macro
|
| /linux/arch/powerpc/mm/ |
| H A D | pgtable.c | 537 [VM_WRITE] = PAGE_COPY, 538 [VM_WRITE | VM_READ] = PAGE_COPY,
|
| /linux/arch/hexagon/include/asm/ |
| H A D | pgtable.h | 113 #define PAGE_COPY PAGE_READONLY macro
|
| /linux/arch/nios2/include/asm/ |
| H A D | pgtable.h | 56 #define PAGE_COPY MKP(0, 0, 1) macro
|
| /linux/arch/alpha/include/asm/ |
| H A D | pgtable.h | 104 #define PAGE_COPY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW) macro
|
| /linux/arch/um/include/asm/ |
| H A D | pgtable.h | 65 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED) macro
|
| /linux/arch/openrisc/include/asm/ |
| H A D | pgtable.h | 169 #define PAGE_COPY __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE) macro
|
| /linux/arch/microblaze/include/asm/ |
| H A D | pgtable.h | 198 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER) macro
|
| /linux/arch/sparc/include/asm/ |
| H A D | pgtable_32.h | 55 #define PAGE_COPY SRMMU_PAGE_COPY macro
|
| H A D | pgtable_64.h | 202 extern pgprot_t PAGE_COPY;
|
| /linux/arch/parisc/include/asm/ |
| H A D | pgtable.h | 239 #define PAGE_COPY PAGE_EXECREAD macro
|
| /linux/arch/riscv/mm/ |
| H A D | init.c | 379 [VM_WRITE] = PAGE_COPY, 380 [VM_WRITE | VM_READ] = PAGE_COPY,
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable.h | 182 #define PAGE_COPY PAGE_READ macro
|