/Linux-v6.6/arch/m68k/mm/ |
D | sun3mmu.c | 102 [VM_WRITE] = PAGE_COPY, 103 [VM_WRITE | VM_READ] = PAGE_COPY, 106 [VM_EXEC | VM_WRITE] = PAGE_COPY, 107 [VM_EXEC | VM_WRITE | VM_READ] = PAGE_COPY,
|
/Linux-v6.6/arch/sh/mm/ |
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-v6.6/arch/um/kernel/ |
D | mem.c | 223 [VM_WRITE] = PAGE_COPY, 224 [VM_WRITE | VM_READ] = PAGE_COPY, 227 [VM_EXEC | VM_WRITE] = PAGE_COPY, 228 [VM_EXEC | VM_WRITE | VM_READ] = PAGE_COPY,
|
/Linux-v6.6/arch/x86/mm/ |
D | pgprot.c | 11 [VM_WRITE] = PAGE_COPY, 12 [VM_WRITE | VM_READ] = PAGE_COPY,
|
/Linux-v6.6/arch/sparc/mm/ |
D | init_32.c | 317 [VM_WRITE] = PAGE_COPY, 318 [VM_WRITE | VM_READ] = PAGE_COPY, 321 [VM_EXEC | VM_WRITE] = PAGE_COPY, 322 [VM_EXEC | VM_WRITE | VM_READ] = PAGE_COPY,
|
/Linux-v6.6/arch/openrisc/mm/ |
D | init.c | 213 [VM_WRITE] = PAGE_COPY, 217 [VM_EXEC | VM_WRITE] = PAGE_COPY,
|
/Linux-v6.6/arch/xtensa/mm/ |
D | init.c | 224 [VM_WRITE] = PAGE_COPY, 225 [VM_WRITE | VM_READ] = PAGE_COPY,
|
/Linux-v6.6/arch/microblaze/mm/ |
D | init.c | 276 [VM_WRITE] = PAGE_COPY, 280 [VM_EXEC | VM_WRITE] = PAGE_COPY,
|
/Linux-v6.6/arch/m68k/include/asm/ |
D | pgtable_no.h | 27 #define PAGE_COPY __pgprot(0) macro
|
D | sun3_pgtable.h | 52 #define PAGE_COPY __pgprot(SUN3_PAGE_VALID \ macro
|
D | mcf_pgtable.h | 87 #define PAGE_COPY __pgprot(CF_PAGE_VALID \ macro
|
D | motorola_pgtable.h | 78 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED | mm_cachebits) macro
|
/Linux-v6.6/arch/arm/include/asm/ |
D | pgtable-nommu.h | 36 #define PAGE_COPY __pgprot(0) macro
|
/Linux-v6.6/arch/sh/include/asm/ |
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-v6.6/arch/powerpc/include/asm/nohash/32/ |
D | pte-40x.h | 82 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER) macro
|
D | pte-44x.h | 112 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER) macro
|
D | pte-85xx.h | 68 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER) macro
|
D | pte-8xx.h | 84 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_RO) macro
|
/Linux-v6.6/arch/powerpc/include/asm/nohash/ |
D | pte-e500.h | 96 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER) macro
|
/Linux-v6.6/arch/xtensa/include/asm/ |
D | pgtable.h | 171 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER) macro 193 # define PAGE_COPY __pgprot(0) macro
|
/Linux-v6.6/arch/powerpc/mm/ |
D | pgtable.c | 506 [VM_WRITE] = PAGE_COPY, 507 [VM_WRITE | VM_READ] = PAGE_COPY,
|
/Linux-v6.6/arch/hexagon/include/asm/ |
D | pgtable.h | 113 #define PAGE_COPY PAGE_READONLY macro
|
/Linux-v6.6/arch/nios2/include/asm/ |
D | pgtable.h | 53 #define PAGE_COPY MKP(0, 0, 1) macro
|
/Linux-v6.6/arch/um/include/asm/ |
D | pgtable.h | 63 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED) macro
|
/Linux-v6.6/arch/alpha/include/asm/ |
D | pgtable.h | 104 #define PAGE_COPY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW) macro
|