/linux-4.1.27/arch/sh/include/asm/ |
D | fb.h | 11 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
|
D | pgtable_32.h | 378 #define pgprot_writecombine(prot) \ macro 381 #define pgprot_noncached pgprot_writecombine
|
D | pgtable_64.h | 207 #define pgprot_writecombine(prot) __pgprot(pgprot_val(prot) & ~_PAGE_CACHABLE) macro
|
/linux-4.1.27/arch/arm/include/asm/ |
D | fb.h | 11 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
|
D | pgtable-nommu.h | 67 #define pgprot_writecombine(prot) __pgprot(0) macro
|
D | pgtable.h | 119 #define pgprot_writecombine(prot) \ macro
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | fb.h | 26 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
|
D | pgtable.h | 326 #define pgprot_writecombine(prot) \ macro
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | fb.h | 11 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
|
D | pgtable.h | 273 #define pgprot_writecombine(prot) pgprot_noncached(prot) macro
|
/linux-4.1.27/include/asm-generic/ |
D | pgtable.h | 261 #ifndef pgprot_writecombine 262 #define pgprot_writecombine pgprot_noncached macro 275 if (pgprot_val(oldprot) == pgprot_val(pgprot_writecombine(oldprot))) in pgprot_modify() 276 newprot = pgprot_writecombine(newprot); in pgprot_modify()
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | fb.h | 13 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
|
D | pgtable.h | 353 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC) macro
|
/linux-4.1.27/arch/x86/include/asm/ |
D | pgtable_types.h | 365 #define pgprot_writecombine pgprot_writecombine macro 366 extern pgprot_t pgprot_writecombine(pgprot_t prot);
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | pgtable.h | 73 #define pgprot_writecombine pgprot_noncached macro
|
/linux-4.1.27/arch/metag/kernel/ |
D | dma.c | 243 pgprot_writecombine in dma_alloc_coherent() 378 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in dma_mmap_writecombine()
|
/linux-4.1.27/drivers/staging/android/ion/ |
D | ion_heap.c | 46 pgprot = pgprot_writecombine(PAGE_KERNEL); in ion_heap_map_kernel() 149 pgprot = pgprot_writecombine(PAGE_KERNEL); in ion_heap_buffer_zero()
|
D | ion_carveout_heap.c | 162 ret = ion_heap_pages_zero(page, size, pgprot_writecombine(PAGE_KERNEL)); in ion_carveout_heap_create()
|
D | ion_chunk_heap.c | 153 ret = ion_heap_pages_zero(page, size, pgprot_writecombine(PAGE_KERNEL)); in ion_chunk_heap_create()
|
D | ion_test.c | 50 pgprot_t pgprot = pgprot_writecombine(PAGE_KERNEL); in ion_handle_test_dma()
|
D | ion.c | 1027 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in ion_mmap()
|
/linux-4.1.27/Documentation/ |
D | ramoops.txt | 22 * "mem_type" to specifiy if the memory type (default is pgprot_writecombine). 25 mapping to pgprot_writecombine. Setting mem_type=1 attempts to use
|
/linux-4.1.27/Documentation/x86/ |
D | pat.txt | 93 With PAT support, a new API pgprot_writecombine is being added. So, drivers can 95 pgprot_writecombine() in step 1, followed by step 2.
|
/linux-4.1.27/drivers/gpu/drm/udl/ |
D | udl_gem.c | 70 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in update_vm_cache_attr()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | pgtable.h | 202 #define pgprot_writecombine pgprot_noncached_wc macro
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_gem.c | 160 vma->vm_page_prot = pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in msm_gem_mmap_obj() 397 VM_MAP, pgprot_writecombine(PAGE_KERNEL)); in msm_gem_vaddr_locked()
|
/linux-4.1.27/arch/x86/mm/ |
D | pat.c | 914 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function 922 EXPORT_SYMBOL_GPL(pgprot_writecombine);
|
/linux-4.1.27/drivers/gpu/drm/ttm/ |
D | ttm_bo_util.c | 489 tmp = pgprot_writecombine(tmp); in ttm_io_prot() 495 tmp = pgprot_writecombine(tmp); in ttm_io_prot()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_vm.c | 65 tmp = pgprot_writecombine(tmp); in drm_io_prot() 69 tmp = pgprot_writecombine(tmp); in drm_io_prot()
|
D | drm_gem.c | 843 vma->vm_page_prot = pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in drm_gem_mmap_obj()
|
/linux-4.1.27/arch/metag/include/asm/ |
D | pgtable.h | 142 #define pgprot_writecombine(prot) \ macro
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | pgtable.h | 201 #define pgprot_writecombine(prot) \ macro
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | pgtable.h | 271 #define pgprot_writecombine(prot) \ macro
|
/linux-4.1.27/drivers/gpu/drm/vgem/ |
D | vgem_drv.c | 278 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in vgem_drm_gem_mmap()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_fbdev.c | 102 pgprot_writecombine(PAGE_KERNEL)); in exynos_drm_fbdev_update()
|
D | exynos_drm_gem.c | 66 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in update_vm_cache_attr()
|
/linux-4.1.27/drivers/char/agp/ |
D | frontend.c | 606 pgprot_writecombine(vma->vm_page_prot))) { in agp_mmap() 623 pgprot_writecombine(vma->vm_page_prot))) { in agp_mmap()
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | fb.c | 265 pgprot_writecombine(PAGE_KERNEL)); in tegra_fbdev_probe()
|
D | gem.c | 509 vma->vm_page_prot = pgprot_writecombine(prot); in tegra_drm_mmap()
|
/linux-4.1.27/arch/arm64/mm/ |
D | dma-mapping.c | 38 return pgprot_writecombine(prot); in __get_dma_pgprot()
|
D | mmu.c | 58 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
|
/linux-4.1.27/fs/pstore/ |
D | ram_core.c | 399 prot = pgprot_writecombine(PAGE_KERNEL); in persistent_ram_vmap()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | pgtable.h | 415 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | omap_gem.c | 572 vma->vm_page_prot = pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in omap_gem_mmap_obj() 943 VM_MAP, pgprot_writecombine(PAGE_KERNEL)); in omap_gem_vaddr()
|
/linux-4.1.27/arch/ia64/pci/ |
D | pci.c | 624 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in pci_mmap_page_range()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | t4.h | 276 return pgprot_writecombine(prot); in t4_pgprot_wc()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | amba-clcd.c | 744 pgprot_writecombine(vma->vm_page_prot)); in clcdfb_of_vram_mmap()
|
/linux-4.1.27/arch/arm/mm/ |
D | mmu.c | 665 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
|
D | dma-mapping.c | 576 pgprot_writecombine(prot) : in __get_dma_pgprot()
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | main.c | 588 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in mlx5_ib_mmap()
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_intel.c | 1786 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot); in pcm_mmap_prepare()
|
/linux-4.1.27/drivers/media/platform/omap/ |
D | omap_vout.c | 924 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in omap_vout_mmap()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_file_ops.c | 842 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in mmap_piobufs()
|
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 1116 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in omapfb_mmap()
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | main.c | 708 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in mlx4_ib_mmap()
|
/linux-4.1.27/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_verbs.c | 587 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in ocrdma_mmap()
|
/linux-4.1.27/sound/core/ |
D | pcm_native.c | 3400 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot); in snd_pcm_lib_default_mmap()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem.c | 1584 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in i915_gem_mmap_ioctl()
|