Searched refs:PAGE_SHARED (Results 1 - 57 of 57) sorted by relevance

/linux-4.1.27/arch/cris/include/arch-v10/arch/
H A Dmmu.h75 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | __READABLE | _PAGE_WRITE | \ macro
100 #define __S010 PAGE_SHARED
101 #define __S011 PAGE_SHARED
104 #define __S110 PAGE_SHARED
105 #define __S111 PAGE_SHARED
/linux-4.1.27/arch/cris/include/arch-v32/arch/
H A Dmmu.h69 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | __READABLE | _PAGE_WRITE | \ macro
103 #define __S010 PAGE_SHARED
104 #define __S011 PAGE_SHARED
/linux-4.1.27/arch/mips/mm/
H A Dcache.c189 protection_map[10] = PAGE_SHARED; setup_protection_map()
190 protection_map[11] = PAGE_SHARED; setup_protection_map()
193 protection_map[14] = PAGE_SHARED; setup_protection_map()
194 protection_map[15] = PAGE_SHARED; setup_protection_map()
/linux-4.1.27/arch/m68k/include/asm/
H A Dpgtable_no.h26 #define PAGE_SHARED __pgprot(0) macro
H A Dsun3_pgtable.h43 // is it just PAGE_KERNEL and PAGE_SHARED?
47 #define PAGE_SHARED __pgprot(SUN3_PAGE_VALID \ macro
84 #define __S010 PAGE_SHARED
85 #define __S011 PAGE_SHARED
88 #define __S110 PAGE_SHARED
89 #define __S111 PAGE_SHARED
H A Dmcf_pgtable.h65 #define PAGE_SHARED __pgprot(CF_PAGE_VALID \ macro
125 #define __S010 PAGE_SHARED
H A Dmotorola_pgtable.h62 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | mm_cachebits) macro
/linux-4.1.27/arch/score/include/asm/
H A Dpgtable.h124 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ macro
144 #define __S010 PAGE_SHARED
145 #define __S011 PAGE_SHARED
148 #define __S110 PAGE_SHARED
149 #define __S111 PAGE_SHARED
/linux-4.1.27/arch/score/mm/
H A Dcache.c109 protection_map[10] = PAGE_SHARED; setup_protection_map()
110 protection_map[11] = PAGE_SHARED; setup_protection_map()
113 protection_map[14] = PAGE_SHARED; setup_protection_map()
114 protection_map[15] = PAGE_SHARED; setup_protection_map()
/linux-4.1.27/arch/m32r/include/asm/
H A Dpgtable.h116 #define PAGE_SHARED \ macro
144 #define PAGE_SHARED __pgprot(0) macro
168 #define __S010 PAGE_SHARED
169 #define __S011 PAGE_SHARED
/linux-4.1.27/arch/metag/include/asm/
H A Dpgtable.h56 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_WRITE | \ macro
58 #define PAGE_SHARED_C PAGE_SHARED
80 #define __S010 PAGE_SHARED
81 #define __S011 PAGE_SHARED
/linux-4.1.27/arch/sparc/include/asm/
H A Dpgtable_32.h51 #define PAGE_SHARED SRMMU_PAGE_SHARED macro
76 #define __S010 PAGE_SHARED
77 #define __S011 PAGE_SHARED
80 #define __S110 PAGE_SHARED
81 #define __S111 PAGE_SHARED
H A Dpgtable_64.h219 extern pgprot_t PAGE_SHARED;
/linux-4.1.27/arch/um/include/asm/
H A Dpgtable.h61 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | _PAGE_ACCESSED) macro
84 #define __S010 PAGE_SHARED
85 #define __S011 PAGE_SHARED
88 #define __S110 PAGE_SHARED
89 #define __S111 PAGE_SHARED
/linux-4.1.27/arch/blackfin/include/asm/
H A Dpgtable.h34 #define PAGE_SHARED __pgprot(0) /* these mean nothing to NO_MM */ macro
/linux-4.1.27/arch/c6x/include/asm/
H A Dpgtable.h39 #define PAGE_SHARED __pgprot(0) /* these mean nothing to NO_MM */ macro
H A Dprocessor.h74 &init_mm, 0, 0, NULL, PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC, 1, \
/linux-4.1.27/arch/arm/include/asm/
H A Dpgtable-nommu.h41 #define PAGE_SHARED __pgprot(0) macro
H A Dpgtable.h92 #define PAGE_SHARED _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_XN) macro
/linux-4.1.27/arch/powerpc/include/asm/
H A Dpte-common.h131 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) macro
152 #define __S010 PAGE_SHARED
153 #define __S011 PAGE_SHARED
/linux-4.1.27/arch/sh/include/asm/
H A Dpgtable_32.h178 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \ macro
241 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \ macro
252 #define PAGE_RWX PAGE_SHARED
253 #define PAGE_WRITEONLY PAGE_SHARED
275 #define PAGE_SHARED __pgprot(0) macro
H A Dpgtable.h117 #define __S011 PAGE_SHARED
H A Dprocessor_64.h142 { &init_mm, 0, 0, NULL, PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC, 1, NULL, NULL }
H A Dpgtable_64.h183 #define PAGE_SHARED __pgprot(_PAGE_COMMON | _PAGE_READ | _PAGE_WRITE | \ macro
/linux-4.1.27/arch/frv/include/asm/
H A Dpgtable.h54 #define PAGE_SHARED __pgprot(0) /* these mean nothing to NO_MM */ macro
307 #define PAGE_SHARED __pgprot(__PGPROT_BASE) macro
341 #define __S010 PAGE_SHARED
342 #define __S011 PAGE_SHARED
345 #define __S110 PAGE_SHARED
346 #define __S111 PAGE_SHARED
/linux-4.1.27/arch/x86/include/asm/
H A Dpgtable_types.h129 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \ macro
184 #define __S010 PAGE_SHARED
185 #define __S011 PAGE_SHARED
/linux-4.1.27/arch/xtensa/include/asm/
H A Dpgtable.h163 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_WRITABLE) macro
179 # define PAGE_SHARED __pgprot(0) macro
204 #define __S010 PAGE_SHARED /* shared -w- */
205 #define __S011 PAGE_SHARED /* shared -wr */
/linux-4.1.27/arch/openrisc/include/asm/
H A Dpgtable.h165 #define PAGE_SHARED \ macro
195 #define __S010 PAGE_SHARED
199 #define __S110 PAGE_SHARED
/linux-4.1.27/arch/arm64/include/asm/
H A Dpgtable.h86 #define PAGE_SHARED __pgprot(_PAGE_DEFAULT | PTE_USER | PTE_NG | PTE_PXN | PTE_UXN | PTE_WRITE) macro
104 #define __S010 PAGE_SHARED
105 #define __S011 PAGE_SHARED
/linux-4.1.27/arch/microblaze/include/asm/
H A Dpgtable.h30 #define PAGE_SHARED __pgprot(0) /* these mean nothing to non MMU */ macro
254 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW) pte_mkspecial() macro
279 #define __S010 PAGE_SHARED pte_mkspecial()
283 #define __S110 PAGE_SHARED pte_mkspecial()
/linux-4.1.27/arch/mn10300/include/asm/
H A Dprocessor.h119 { &init_mm, 0, 0, NULL, PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC, 1, \
H A Dpgtable.h168 #define PAGE_SHARED PAGE_SHARED_EXEC macro
/linux-4.1.27/arch/tile/include/asm/
H A Dpgtable.h103 #define PAGE_SHARED \ macro
150 #define __S010 PAGE_SHARED
151 #define __S011 PAGE_SHARED
/linux-4.1.27/arch/ia64/include/asm/
H A Dpgtable.h138 #define PAGE_SHARED __pgprot(__ACCESS_BITS | _PAGE_PL_3 | _PAGE_AR_RW) macro
175 #define __S010 PAGE_SHARED /* we don't have (and don't need) write-only */
176 #define __S011 PAGE_SHARED
/linux-4.1.27/arch/nios2/include/asm/
H A Dpgtable.h68 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_CACHED | _PAGE_READ | \ macro
/linux-4.1.27/arch/alpha/mm/
H A Dinit.c87 return pte_mkdirty(mk_pte(virt_to_page(EMPTY_PGE), PAGE_SHARED)); __bad_page()
/linux-4.1.27/arch/parisc/include/asm/
H A Dpgtable.h225 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_WRITE | _PAGE_ACCESSED) macro
263 #define __S011 PAGE_SHARED
/linux-4.1.27/arch/unicore32/include/asm/
H A Dpgtable.h89 #define PAGE_SHARED __pgprot(pgprot_val(pgprot_user | PTE_READ \ macro
/linux-4.1.27/arch/sh/kernel/cpu/sh4/
H A Dsq.c313 int ret = sq_remap(base, len, "Userspace", PAGE_SHARED); mapping_store()
/linux-4.1.27/arch/avr32/include/asm/
H A Dpgtable.h149 #define PAGE_SHARED _PAGE_S(PAGE_WRITE | PAGE_READ) macro
/linux-4.1.27/drivers/misc/sgi-gru/
H A Dgrufile.c118 vma->vm_page_prot = PAGE_SHARED; gru_file_mmap()
/linux-4.1.27/drivers/gpu/drm/udl/
H A Dudl_fb.c272 if (remap_pfn_range(vma, start, page, PAGE_SIZE, PAGE_SHARED)) udl_fb_mmap()
/linux-4.1.27/drivers/video/fbdev/
H A Dvfb.c433 if (remap_pfn_range(vma, start, page, PAGE_SIZE, PAGE_SHARED)) { vfb_mmap()
H A Dpvr2fb.c833 fb_info->fix.id, PAGE_SHARED); pvr2fb_common_init()
H A Dsmscufx.c799 if (remap_pfn_range(vma, start, page, PAGE_SIZE, PAGE_SHARED)) ufx_ops_mmap()
H A Dudlfb.c341 if (remap_pfn_range(vma, start, page, PAGE_SIZE, PAGE_SHARED)) dlfb_ops_mmap()
/linux-4.1.27/arch/mips/include/asm/
H A Dpgtable.h27 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_WRITE | _PAGE_READ | \ macro
/linux-4.1.27/arch/hexagon/include/asm/
H A Dpgtable.h129 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | \ macro
/linux-4.1.27/arch/alpha/include/asm/
H A Dpgtable.h101 #define PAGE_SHARED __pgprot(_PAGE_VALID | __ACCESS_BITS) macro
/linux-4.1.27/arch/arc/include/asm/
H A Dpgtable.h109 #define PAGE_SHARED PAGE_U_W_R macro
/linux-4.1.27/arch/sparc/mm/
H A Dinit_64.c2323 pgprot_t PAGE_SHARED __read_mostly;
2324 EXPORT_SYMBOL(PAGE_SHARED); variable
2405 PAGE_SHARED = __pgprot(page_shared); prot_init_common()
/linux-4.1.27/drivers/media/pci/zoran/
H A Dzoran_driver.c2934 todo, PAGE_SHARED)) { zoran_mmap()
2966 todo, PAGE_SHARED)) { zoran_mmap()
/linux-4.1.27/drivers/media/pci/meye/
H A Dmeye.c1493 if (remap_pfn_range(vma, start, page, PAGE_SIZE, PAGE_SHARED)) { meye_mmap()
/linux-4.1.27/arch/s390/include/asm/
H A Dpgtable.h345 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ macro
/linux-4.1.27/drivers/media/platform/omap/
H A Domap_vout.c932 if (remap_pfn_range(vma, start, pfn, PAGE_SIZE, PAGE_SHARED)) omap_vout_mmap()
/linux-4.1.27/drivers/media/usb/cpia2/
H A Dcpia2_core.c2405 if (remap_pfn_range(vma, start, page >> PAGE_SHIFT, PAGE_SIZE, PAGE_SHARED)) cpia2_remap_buffer()
/linux-4.1.27/drivers/staging/comedi/
H A Dcomedi_fops.c2207 PAGE_SIZE, PAGE_SHARED)) { comedi_mmap()

Completed in 2444 milliseconds