/linux-6.6.21/drivers/gpu/drm/ttm/ |
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-6.6.21/arch/loongarch/include/asm/ |
D | pgtable-bits.h | 110 #define pgprot_writecombine pgprot_writecombine macro 112 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
|
/linux-6.6.21/arch/csky/include/asm/ |
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-6.6.21/arch/csky/mm/ |
D | ioremap.c | 14 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
|
/linux-6.6.21/arch/arm/include/asm/ |
D | pgtable-nommu.h | 49 #define pgprot_writecombine(prot) (prot) macro
|
/linux-6.6.21/arch/ia64/include/asm/ |
D | fb.h | 17 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
|
/linux-6.6.21/drivers/pci/ |
D | mmap.c | 34 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in pci_mmap_resource_range()
|
/linux-6.6.21/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 619 #define pgprot_writecombine pgprot_writecombine macro 620 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
|
/linux-6.6.21/arch/s390/include/asm/ |
D | io.h | 34 ioremap_prot((addr), (size), pgprot_val(pgprot_writecombine(PAGE_KERNEL)))
|
/linux-6.6.21/drivers/gpu/drm/mediatek/ |
D | mtk_drm_gem.c | 174 vma->vm_page_prot = pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in mtk_drm_gem_object_mmap() 257 pgprot_writecombine(PAGE_KERNEL)); in mtk_drm_gem_prime_vmap()
|
/linux-6.6.21/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_gem.c | 138 pgprot_writecombine(PAGE_KERNEL)); in rockchip_gem_alloc_iommu() 256 vma->vm_page_prot = pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in rockchip_drm_gem_object_mmap() 524 pgprot_writecombine(PAGE_KERNEL)); in rockchip_gem_prime_vmap()
|
/linux-6.6.21/arch/x86/include/asm/ |
D | pgtable_types.h | 522 #define pgprot_writecombine pgprot_writecombine macro 523 extern pgprot_t pgprot_writecombine(pgprot_t prot);
|
/linux-6.6.21/include/asm-generic/ |
D | fb.h | 22 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
|
/linux-6.6.21/sound/core/ |
D | memalloc.c | 450 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot); in snd_dma_iram_mmap() 508 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot); in snd_dma_wc_mmap() 702 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot); in snd_dma_sg_wc_mmap() 851 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot); in snd_dma_sg_fallback_mmap()
|
/linux-6.6.21/arch/mips/include/asm/ |
D | pgtable.h | 469 #define pgprot_writecombine pgprot_writecombine macro 471 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
|
/linux-6.6.21/drivers/accel/ivpu/ |
D | ivpu_gem.h | 92 return pgprot_writecombine(prot); in ivpu_bo_pgprot()
|
/linux-6.6.21/arch/sh/include/asm/ |
D | pgtable_32.h | 378 #define pgprot_writecombine(prot) \ macro 381 #define pgprot_noncached pgprot_writecombine
|
/linux-6.6.21/include/linux/ |
D | io-mapping.h | 141 iomap->prot = pgprot_writecombine(PAGE_KERNEL); in io_mapping_init_wc()
|
D | pgtable.h | 1106 #ifndef pgprot_writecombine 1107 #define pgprot_writecombine pgprot_noncached macro 1129 if (pgprot_val(oldprot) == pgprot_val(pgprot_writecombine(oldprot))) in pgprot_modify() 1130 newprot = pgprot_writecombine(newprot); in pgprot_modify()
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | pgtable.h | 625 #define pgprot_writecombine pgprot_writecombine macro 626 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
|
/linux-6.6.21/drivers/misc/ |
D | open-dice.c | 102 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in open_dice_mmap()
|
/linux-6.6.21/Documentation/admin-guide/ |
D | ramoops.rst | 25 * ``mem_type`` to specify if the memory type (default is pgprot_writecombine). 28 mapping to pgprot_writecombine. Setting ``mem_type=1`` attempts to use
|
/linux-6.6.21/drivers/gpu/drm/tegra/ |
D | fbdev.c | 127 pgprot_writecombine(PAGE_KERNEL)); in tegra_fbdev_probe()
|
/linux-6.6.21/drivers/gpu/drm/ |
D | drm_vm.c | 76 tmp = pgprot_writecombine(tmp); in drm_io_prot() 80 tmp = pgprot_writecombine(tmp); in drm_io_prot()
|
/linux-6.6.21/drivers/gpu/drm/i915/gem/ |
D | i915_gem_mman.c | 116 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in i915_gem_mmap_ioctl() 989 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in i915_gem_object_mmap() 1009 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in i915_gem_object_mmap()
|