Home
last modified time | relevance | path

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

12

/arch/cris/include/arch-v10/arch/
Dmmu.h76 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | __READABLE | _PAGE_WRITE | \ macro
101 #define __S010 PAGE_SHARED
102 #define __S011 PAGE_SHARED
105 #define __S110 PAGE_SHARED
106 #define __S111 PAGE_SHARED
/arch/cris/include/arch-v32/arch/
Dmmu.h70 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | __READABLE | _PAGE_WRITE | \ macro
104 #define __S010 PAGE_SHARED
105 #define __S011 PAGE_SHARED
/arch/score/mm/
Dcache.c108 protection_map[10] = PAGE_SHARED; in setup_protection_map()
109 protection_map[11] = PAGE_SHARED; in setup_protection_map()
112 protection_map[14] = PAGE_SHARED; in setup_protection_map()
113 protection_map[15] = PAGE_SHARED; in setup_protection_map()
/arch/powerpc/include/asm/
Dpte-common.h125 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) macro
143 #define __S010 PAGE_SHARED
144 #define __S011 PAGE_SHARED
/arch/m68k/include/asm/
Dsun3_pgtable.h49 #define PAGE_SHARED __pgprot(SUN3_PAGE_VALID \ macro
86 #define __S010 PAGE_SHARED
87 #define __S011 PAGE_SHARED
90 #define __S110 PAGE_SHARED
91 #define __S111 PAGE_SHARED
Dpgtable_no.h26 #define PAGE_SHARED __pgprot(0) macro
/arch/mips/mm/
Dcache.c221 protection_map[10] = PAGE_SHARED; in setup_protection_map()
222 protection_map[11] = PAGE_SHARED; in setup_protection_map()
225 protection_map[14] = PAGE_SHARED; in setup_protection_map()
226 protection_map[15] = PAGE_SHARED; in setup_protection_map()
/arch/score/include/asm/
Dpgtable.h136 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ macro
156 #define __S010 PAGE_SHARED
157 #define __S011 PAGE_SHARED
160 #define __S110 PAGE_SHARED
161 #define __S111 PAGE_SHARED
/arch/um/include/asm/
Dpgtable.h66 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED) macro
91 #define __S010 PAGE_SHARED
92 #define __S011 PAGE_SHARED
95 #define __S110 PAGE_SHARED
96 #define __S111 PAGE_SHARED
/arch/sparc/include/asm/
Dpgtable_32.h50 #define PAGE_SHARED SRMMU_PAGE_SHARED macro
75 #define __S010 PAGE_SHARED
76 #define __S011 PAGE_SHARED
79 #define __S110 PAGE_SHARED
80 #define __S111 PAGE_SHARED
/arch/m32r/include/asm/
Dpgtable.h119 #define PAGE_SHARED \ macro
147 #define PAGE_SHARED __pgprot(0) macro
171 #define __S010 PAGE_SHARED
172 #define __S011 PAGE_SHARED
/arch/frv/include/asm/
Dpgtable.h54 #define PAGE_SHARED __pgprot(0) /* these mean nothing to NO_MM */ macro
310 #define PAGE_SHARED __pgprot(__PGPROT_BASE) macro
344 #define __S010 PAGE_SHARED
345 #define __S011 PAGE_SHARED
348 #define __S110 PAGE_SHARED
349 #define __S111 PAGE_SHARED
/arch/xtensa/include/asm/
Dpgtable.h128 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_WRITABLE) macro
143 # define PAGE_SHARED __pgprot(0) macro
168 #define __S010 PAGE_SHARED /* shared -w- */
169 #define __S011 PAGE_SHARED /* shared -wr */
/arch/avr32/boards/mimc200/
Dfram.c33 PAGE_SHARED); in fram_mmap()
/arch/sh/include/asm/
Dpgtable_32.h182 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \ macro
245 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \ macro
256 #define PAGE_RWX PAGE_SHARED
257 #define PAGE_WRITEONLY PAGE_SHARED
279 #define PAGE_SHARED __pgprot(0) macro
Dprocessor_64.h132 { &init_mm, 0, 0, NULL, PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC, 1, NULL, NULL }
/arch/metag/include/asm/
Dpgtable.h150 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_WRITE | \ macro
152 #define PAGE_SHARED_C PAGE_SHARED
174 #define __S010 PAGE_SHARED
175 #define __S011 PAGE_SHARED
/arch/h8300/include/asm/
Dpgtable.h22 #define PAGE_SHARED __pgprot(0) /* these mean nothing to NO_MM */ macro
/arch/c6x/include/asm/
Dpgtable.h39 #define PAGE_SHARED __pgprot(0) /* these mean nothing to NO_MM */ macro
Dprocessor.h74 &init_mm, 0, 0, NULL, PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC, 1, \
/arch/arm/include/asm/
Dpgtable-nommu.h41 #define PAGE_SHARED __pgprot(0) macro
/arch/x86/include/asm/
Dpgtable_types.h104 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \ macro
173 #define __S010 PAGE_SHARED
174 #define __S011 PAGE_SHARED
/arch/microblaze/include/asm/
Dpgtable.h33 #define PAGE_SHARED __pgprot(0) /* these mean nothing to non MMU */ macro
260 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) macro
285 #define __S010 PAGE_SHARED
289 #define __S110 PAGE_SHARED
/arch/openrisc/include/asm/
Dpgtable.h166 #define PAGE_SHARED \ macro
196 #define __S010 PAGE_SHARED
200 #define __S110 PAGE_SHARED
/arch/mn10300/include/asm/
Dprocessor.h117 { &init_mm, 0, 0, NULL, PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC, 1, \

12