Symbol: PAGE_SHARED
arch/alpha/include/asm/pgtable.h
104
#define PAGE_SHARED __pgprot(_PAGE_VALID | __ACCESS_BITS)
arch/arc/include/asm/pgtable-bits-arcv2.h
55
#define PAGE_SHARED PAGE_U_W_R
arch/arm/include/asm/pgtable-nommu.h
35
#define PAGE_SHARED __pgprot(0)
arch/arm/include/asm/pgtable.h
94
#define PAGE_SHARED _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_XN)
arch/arm64/include/asm/pgtable-prot.h
124
#define PAGE_SHARED __pgprot(_PAGE_SHARED)
arch/csky/include/asm/pgtable.h
60
#define PAGE_SHARED PAGE_WRITE
arch/hexagon/include/asm/pgtable.h
117
#define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | \
arch/loongarch/include/asm/pgtable-bits.h
114
#define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_WRITE | \
arch/m68k/include/asm/mcf_pgtable.h
69
#define PAGE_SHARED __pgprot(CF_PAGE_VALID \
arch/m68k/include/asm/motorola_pgtable.h
77
#define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | mm_cachebits)
arch/m68k/include/asm/pgtable_no.h
26
#define PAGE_SHARED __pgprot(0)
arch/m68k/include/asm/sun3_pgtable.h
48
#define PAGE_SHARED __pgprot(SUN3_PAGE_VALID \
arch/microblaze/include/asm/pgtable.h
195
#define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)
arch/mips/include/asm/pgtable.h
28
#define PAGE_SHARED vm_get_page_prot(VM_READ|VM_WRITE|VM_SHARED)
arch/nios2/include/asm/pgtable.h
53
#define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_CACHED | _PAGE_READ | \
arch/openrisc/include/asm/pgtable.h
163
#define PAGE_SHARED \
arch/parisc/include/asm/pgtable.h
232
#define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_WRITE)
arch/powerpc/include/asm/pgtable-masks.h
25
#define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_RW)
arch/riscv/include/asm/pgtable.h
1263
#define PAGE_SHARED __pgprot(0)
arch/riscv/include/asm/pgtable.h
185
#define PAGE_SHARED PAGE_WRITE
arch/s390/include/asm/pgtable.h
452
#define PAGE_SHARED __pgprot_page_mask(__PAGE_SHARED)
arch/sh/include/asm/pgtable_32.h
179
#define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \
arch/sh/include/asm/pgtable_32.h
242
#define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \
arch/sh/include/asm/pgtable_32.h
276
#define PAGE_SHARED __pgprot(0)
arch/sparc/include/asm/pgtable_32.h
54
#define PAGE_SHARED SRMMU_PAGE_SHARED
arch/um/include/asm/pgtable.h
64
#define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED)
arch/x86/include/asm/pgtable_types.h
206
#define PAGE_SHARED __pg(__PP|__RW|_USR|___A|__NX| 0| 0| 0)
arch/xtensa/include/asm/pgtable.h
174
#define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_WRITABLE)
arch/xtensa/include/asm/pgtable.h
191
# define PAGE_SHARED __pgprot(0)