Home
last modified time | relevance | path

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

123

/linux-3.3/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
/linux-3.3/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
/linux-3.3/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()
/linux-3.3/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
/linux-3.3/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()
/linux-3.3/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
/linux-3.3/arch/um/include/asm/
Dpgtable.h66 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED) macro
89 #define __S010 PAGE_SHARED
90 #define __S011 PAGE_SHARED
93 #define __S110 PAGE_SHARED
94 #define __S111 PAGE_SHARED
/linux-3.3/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
/linux-3.3/arch/sparc/mm/
Dinit_32.c316 pgprot_t PAGE_SHARED __read_mostly;
317 EXPORT_SYMBOL(PAGE_SHARED);
356 protection_map[10] = PAGE_SHARED; in paging_init()
357 protection_map[11] = PAGE_SHARED; in paging_init()
360 protection_map[14] = PAGE_SHARED; in paging_init()
361 protection_map[15] = PAGE_SHARED; in paging_init()
/linux-3.3/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
/linux-3.3/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
/linux-3.3/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 */
/linux-3.3/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
/linux-3.3/arch/microblaze/include/asm/
Dpgtable.h33 #define PAGE_SHARED __pgprot(0) /* these mean nothing to non MMU */ macro
267 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) macro
292 #define __S010 PAGE_SHARED
296 #define __S110 PAGE_SHARED
/linux-3.3/arch/tile/include/asm/
Dpgtable.h100 #define PAGE_SHARED \ macro
147 #define __S010 PAGE_SHARED
148 #define __S011 PAGE_SHARED
/linux-3.3/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
/linux-3.3/arch/avr32/boards/mimc200/
Dfram.c33 PAGE_SHARED); in fram_mmap()
/linux-3.3/arch/openrisc/include/asm/
Dpgtable.h166 #define PAGE_SHARED \ macro
196 #define __S010 PAGE_SHARED
200 #define __S110 PAGE_SHARED
/linux-3.3/arch/h8300/include/asm/
Dpgtable.h22 #define PAGE_SHARED __pgprot(0) /* these mean nothing to NO_MM */ macro
/linux-3.3/arch/arm/include/asm/
Dpgtable-nommu.h41 #define PAGE_SHARED __pgprot(0) macro
/linux-3.3/arch/c6x/include/asm/
Dprocessor.h74 &init_mm, 0, 0, NULL, PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC, 1, \
Dpgtable.h39 #define PAGE_SHARED __pgprot(0) /* these mean nothing to NO_MM */ macro
/linux-3.3/arch/mn10300/include/asm/
Dprocessor.h117 { &init_mm, 0, 0, NULL, PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC, 1, \

123