/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_module.c | 70 tmp = pgprot_writecombine(tmp); in ttm_prot_from_caching() 79 tmp = pgprot_writecombine(tmp); in ttm_prot_from_caching()
|
/linux/arch/csky/include/asm/ |
H A D | pgtable.h | 242 #define pgprot_writecombine pgprot_writecombine macro 243 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
|
/linux/arch/csky/mm/ |
H A D | ioremap.c | 14 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
|
/linux/arch/arm/include/asm/ |
H A D | pgtable-nommu.h | 49 #define pgprot_writecombine(prot) (prot) macro
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 599 #define pgprot_writecombine pgprot_writecombine macro 600 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
|
/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_gem.c | 178 vma->vm_page_prot = pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in mtk_gem_object_mmap() 261 pgprot_writecombine(PAGE_KERNEL)); in mtk_gem_prime_vmap()
|
/linux/arch/s390/include/asm/ |
H A D | io.h | 36 ioremap_prot((addr), (size), pgprot_writecombine(PAGE_KERNEL))
|
/linux/drivers/pci/ |
H A D | mmap.c | 36 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in pci_mmap_resource_range()
|
/linux/arch/x86/include/asm/ |
H A D | pgtable_types.h | 521 #define pgprot_writecombine pgprot_writecombine macro 522 extern pgprot_t pgprot_writecombine(pgprot_t prot);
|
/linux/include/asm-generic/ |
H A D | video.h | 23 return pgprot_writecombine(prot); in pgprot_framebuffer()
|
/linux/arch/sh/include/asm/ |
H A D | pgtable_32.h | 378 #define pgprot_writecombine(prot) \ macro 381 #define pgprot_noncached pgprot_writecombine
|
/linux/arch/mips/include/asm/ |
H A D | pgtable.h | 469 #define pgprot_writecombine pgprot_writecombine macro 471 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
|
/linux/include/linux/ |
H A D | io-mapping.h | 141 iomap->prot = pgprot_writecombine(PAGE_KERNEL); in io_mapping_init_wc()
|
H A D | pgtable.h | 1485 #ifndef pgprot_writecombine 1486 #define pgprot_writecombine pgprot_noncached macro 1508 if (pgprot_val(oldprot) == pgprot_val(pgprot_writecombine(oldprot))) in pgprot_modify() 1509 newprot = pgprot_writecombine(newprot); in pgprot_modify()
|
/linux/drivers/gpu/drm/tegra/ |
H A D | fbdev.c | 133 pgprot_writecombine(PAGE_KERNEL)); in tegra_fbdev_driver_fbdev_probe()
|
/linux/drivers/misc/ |
H A D | open-dice.c | 102 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in open_dice_mmap()
|
/linux/Documentation/admin-guide/ |
H A D | ramoops.rst | 25 * ``mem_type`` to specify if the memory type (default is pgprot_writecombine). 30 mapping to pgprot_writecombine. Setting ``mem_type=1`` attempts to use
|
/linux/sound/core/ |
H A D | memalloc.c | 456 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot); in snd_dma_iram_mmap() 525 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot); in snd_dma_wc_mmap() 797 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot); in snd_dma_sg_fallback_mmap()
|
/linux/drivers/gpu/drm/ |
H A D | drm_fbdev_shmem.c | 50 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in drm_fbdev_shmem_fb_mmap()
|
H A D | drm_gem_shmem_helper.c | 370 prot = pgprot_writecombine(prot); in drm_gem_shmem_vmap_locked() 655 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in drm_gem_shmem_mmap()
|
/linux/drivers/gpu/drm/imagination/ |
H A D | pvr_vm_mips.c | 67 pgprot_writecombine(PAGE_KERNEL)); in pvr_vm_mips_init()
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 645 #define pgprot_writecombine pgprot_writecombine macro 646 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
|
/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_mman.c | 114 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in i915_gem_mmap_ioctl() 1037 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in i915_gem_object_mmap() 1057 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in i915_gem_object_mmap()
|
/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_vram.c | 56 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in virtio_gpu_vram_mmap()
|
/linux/Documentation/arch/x86/ |
H A D | pat.rst | 108 With PAT support, a new API pgprot_writecombine is being added. So, drivers can 110 pgprot_writecombine() in step 1, followed by step 2.
|