Home
last modified time | relevance | path

Searched refs:PAGE_SHARED (Results 1 – 25 of 46) 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.c175 protection_map[10] = PAGE_SHARED; in setup_protection_map()
176 protection_map[11] = PAGE_SHARED; in setup_protection_map()
179 protection_map[14] = PAGE_SHARED; in setup_protection_map()
180 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/mm/
Dinit_32.c315 pgprot_t PAGE_SHARED __read_mostly;
316 EXPORT_SYMBOL(PAGE_SHARED);
355 protection_map[10] = PAGE_SHARED; in paging_init()
356 protection_map[11] = PAGE_SHARED; in paging_init()
359 protection_map[14] = PAGE_SHARED; in paging_init()
360 protection_map[15] = PAGE_SHARED; in paging_init()
/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/avr32/boards/mimc200/
Dfram.c33 PAGE_SHARED); in fram_mmap()
/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/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
Dpgtable.h117 #define __S011 PAGE_SHARED
/arch/h8300/include/asm/
Dpgtable.h22 #define PAGE_SHARED __pgprot(0) /* these mean nothing to NO_MM */ macro
/arch/arm/include/asm/
Dpgtable-nommu.h41 #define PAGE_SHARED __pgprot(0) 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/microblaze/include/asm/
Dpgtable.h33 #define PAGE_SHARED __pgprot(0) /* these mean nothing to non MMU */ macro
266 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) macro
291 #define __S010 PAGE_SHARED
295 #define __S110 PAGE_SHARED
/arch/x86/include/asm/
Dpgtable_types.h84 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \ macro
153 #define __S010 PAGE_SHARED
154 #define __S011 PAGE_SHARED
/arch/tile/include/asm/
Dpgtable.h99 #define PAGE_SHARED \ macro
146 #define __S010 PAGE_SHARED
147 #define __S011 PAGE_SHARED
/arch/openrisc/include/asm/
Dpgtable.h166 #define PAGE_SHARED \ macro
196 #define __S010 PAGE_SHARED
200 #define __S110 PAGE_SHARED
/arch/blackfin/include/asm/
Dpgtable.h34 #define PAGE_SHARED __pgprot(0) /* these mean nothing to NO_MM */ macro

12