Symbol: PAGE_COPY
arch/alpha/include/asm/pgtable.h
105
#define PAGE_COPY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW)
arch/arm/include/asm/pgtable-nommu.h
36
#define PAGE_COPY __pgprot(0)
arch/arm/include/asm/pgtable.h
96
#define PAGE_COPY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN)
arch/hexagon/include/asm/pgtable.h
113
#define PAGE_COPY PAGE_READONLY
arch/m68k/include/asm/mcf_pgtable.h
87
#define PAGE_COPY __pgprot(CF_PAGE_VALID \
arch/m68k/include/asm/motorola_pgtable.h
78
#define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED | mm_cachebits)
arch/m68k/include/asm/pgtable_no.h
27
#define PAGE_COPY __pgprot(0)
arch/m68k/include/asm/sun3_pgtable.h
52
#define PAGE_COPY __pgprot(SUN3_PAGE_VALID \
arch/microblaze/include/asm/pgtable.h
198
#define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER)
arch/nios2/include/asm/pgtable.h
56
#define PAGE_COPY MKP(0, 0, 1)
arch/openrisc/include/asm/pgtable.h
169
#define PAGE_COPY __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE)
arch/parisc/include/asm/pgtable.h
239
#define PAGE_COPY PAGE_EXECREAD
arch/powerpc/include/asm/pgtable-masks.h
27
#define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_RO)
arch/riscv/include/asm/pgtable.h
183
#define PAGE_COPY PAGE_READ
arch/sh/include/asm/pgtable_32.h
193
#define PAGE_COPY PAGE_EXECREAD
arch/sh/include/asm/pgtable_32.h
246
#define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_CACHABLE | \
arch/sh/include/asm/pgtable_32.h
277
#define PAGE_COPY __pgprot(0)
arch/sparc/include/asm/pgtable_32.h
55
#define PAGE_COPY SRMMU_PAGE_COPY
arch/um/include/asm/pgtable.h
65
#define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED)
arch/x86/include/asm/pgtable_types.h
210
#define PAGE_COPY __pg(__PP| 0|_USR|___A|__NX| 0| 0| 0)
arch/xtensa/include/asm/pgtable.h
170
#define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER)
arch/xtensa/include/asm/pgtable.h
192
# define PAGE_COPY __pgprot(0)