Home
last modified time | relevance | path

Searched refs:PAGE_SHARED (Results 1 – 25 of 43) sorted by relevance

12

/arch/m68k/include/asm/
Dsun3_pgtable.h48 #define PAGE_SHARED __pgprot(SUN3_PAGE_VALID \ macro
85 #define __S010 PAGE_SHARED
86 #define __S011 PAGE_SHARED
89 #define __S110 PAGE_SHARED
90 #define __S111 PAGE_SHARED
Dpgtable_no.h27 #define PAGE_SHARED __pgprot(0) macro
Dmcf_pgtable.h66 #define PAGE_SHARED __pgprot(CF_PAGE_VALID \ macro
126 #define __S010 PAGE_SHARED
/arch/mips/mm/
Dcache.c190 protection_map[10] = PAGE_SHARED; in setup_protection_map()
191 protection_map[11] = PAGE_SHARED; in setup_protection_map()
194 protection_map[14] = PAGE_SHARED; in setup_protection_map()
195 protection_map[15] = PAGE_SHARED; in setup_protection_map()
/arch/csky/include/asm/
Dpgtable.h67 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ macro
91 #define __S010 PAGE_SHARED
92 #define __S011 PAGE_SHARED
95 #define __S110 PAGE_SHARED
96 #define __S111 PAGE_SHARED
/arch/arm64/include/asm/
Dpgtable-prot.h86 #define PAGE_SHARED __pgprot(_PAGE_DEFAULT | PTE_USER | PTE_RDONLY | PTE_NG | PTE_PXN | PTE_UXN | … macro
102 #define __S010 PAGE_SHARED
103 #define __S011 PAGE_SHARED
/arch/um/include/asm/
Dpgtable.h59 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED) macro
82 #define __S010 PAGE_SHARED
83 #define __S011 PAGE_SHARED
86 #define __S110 PAGE_SHARED
87 #define __S111 PAGE_SHARED
/arch/sparc/include/asm/
Dpgtable_32.h55 #define PAGE_SHARED SRMMU_PAGE_SHARED macro
80 #define __S010 PAGE_SHARED
81 #define __S011 PAGE_SHARED
84 #define __S110 PAGE_SHARED
85 #define __S111 PAGE_SHARED
/arch/powerpc/include/asm/
Dpgtable.h35 #define __S010 PAGE_SHARED
36 #define __S011 PAGE_SHARED
/arch/sh/include/asm/
Dpgtable_32.h179 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \ macro
242 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \ macro
253 #define PAGE_RWX PAGE_SHARED
254 #define PAGE_WRITEONLY PAGE_SHARED
276 #define PAGE_SHARED __pgprot(0) macro
Dpgtable.h106 #define __S011 PAGE_SHARED
/arch/xtensa/include/asm/
Dpgtable.h173 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_WRITABLE) macro
190 # define PAGE_SHARED __pgprot(0) macro
215 #define __S010 PAGE_SHARED /* shared -w- */
216 #define __S011 PAGE_SHARED /* shared -wr */
/arch/h8300/include/asm/
Dpgtable.h7 #define PAGE_SHARED __pgprot(0) /* these mean nothing to NO_MM */ macro
/arch/microblaze/include/asm/
Dpgtable.h26 #define PAGE_SHARED __pgprot(0) /* these mean nothing to non MMU */ macro
236 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) macro
261 #define __S010 PAGE_SHARED
265 #define __S110 PAGE_SHARED
/arch/riscv/include/asm/
Dpgtable.h92 #define PAGE_SHARED PAGE_WRITE macro
130 #define __S010 PAGE_SHARED
131 #define __S011 PAGE_SHARED
456 #define PAGE_SHARED __pgprot(0) macro
/arch/arm/include/asm/
Dpgtable-nommu.h37 #define PAGE_SHARED __pgprot(0) macro
/arch/powerpc/include/asm/nohash/32/
Dpte-40x.h77 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) macro
Dpte-44x.h120 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) macro
Dpte-fsl-booke.h66 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) macro
Dpte-8xx.h82 #define PAGE_SHARED __pgprot(_PAGE_BASE) macro
/arch/c6x/include/asm/
Dprocessor.h60 &init_mm, 0, 0, NULL, PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC, 1, \
Dpgtable.h35 #define PAGE_SHARED __pgprot(0) /* these mean nothing to NO_MM */ macro
/arch/openrisc/include/asm/
Dpgtable.h161 #define PAGE_SHARED \ macro
191 #define __S010 PAGE_SHARED
195 #define __S110 PAGE_SHARED
/arch/powerpc/include/asm/nohash/
Dpte-book3e.h95 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) macro
/arch/ia64/include/asm/
Dpgtable.h139 #define PAGE_SHARED __pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_RW) macro
176 #define __S010 PAGE_SHARED /* we don't have (and don't need) write-only */
177 #define __S011 PAGE_SHARED

12