/linux-6.12.1/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.12.1/arch/loongarch/include/asm/ |
D | pgtable-bits.h | 112 #define pgprot_writecombine pgprot_writecombine macro 114 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
|
/linux-6.12.1/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.12.1/arch/csky/mm/ |
D | ioremap.c | 14 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
|
/linux-6.12.1/arch/arm/include/asm/ |
D | pgtable-nommu.h | 49 #define pgprot_writecombine(prot) (prot) macro
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/32/ |
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-6.12.1/drivers/gpu/drm/mediatek/ |
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-6.12.1/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.12.1/drivers/pci/ |
D | mmap.c | 36 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in pci_mmap_resource_range()
|
/linux-6.12.1/arch/s390/include/asm/ |
D | io.h | 36 ioremap_prot((addr), (size), pgprot_val(pgprot_writecombine(PAGE_KERNEL)))
|
/linux-6.12.1/arch/x86/include/asm/ |
D | pgtable_types.h | 521 #define pgprot_writecombine pgprot_writecombine macro 522 extern pgprot_t pgprot_writecombine(pgprot_t prot);
|
/linux-6.12.1/include/asm-generic/ |
D | video.h | 23 return pgprot_writecombine(prot); in pgprot_framebuffer()
|
/linux-6.12.1/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.12.1/arch/sh/include/asm/ |
D | pgtable_32.h | 378 #define pgprot_writecombine(prot) \ macro 381 #define pgprot_noncached pgprot_writecombine
|
/linux-6.12.1/include/linux/ |
D | io-mapping.h | 141 iomap->prot = pgprot_writecombine(PAGE_KERNEL); in io_mapping_init_wc()
|
D | pgtable.h | 1359 #ifndef pgprot_writecombine 1360 #define pgprot_writecombine pgprot_noncached macro 1382 if (pgprot_val(oldprot) == pgprot_val(pgprot_writecombine(oldprot))) in pgprot_modify() 1383 newprot = pgprot_writecombine(newprot); in pgprot_modify()
|
/linux-6.12.1/drivers/misc/ |
D | open-dice.c | 102 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in open_dice_mmap()
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | pgtable.h | 647 #define pgprot_writecombine pgprot_writecombine macro 648 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
|
/linux-6.12.1/arch/riscv/kernel/ |
D | acpi.c | 304 prot = pgprot_writecombine(PAGE_KERNEL); in acpi_os_ioremap()
|
/linux-6.12.1/Documentation/admin-guide/ |
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-6.12.1/sound/core/ |
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-6.12.1/drivers/gpu/drm/imagination/ |
D | pvr_vm_mips.c | 67 pgprot_writecombine(PAGE_KERNEL)); in pvr_vm_mips_init()
|
/linux-6.12.1/drivers/gpu/drm/tegra/ |
D | fbdev.c | 127 pgprot_writecombine(PAGE_KERNEL)); in tegra_fbdev_probe()
|
/linux-6.12.1/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() 1036 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in i915_gem_object_mmap() 1056 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in i915_gem_object_mmap()
|
D | i915_gem_pages.c | 307 pgprot = pgprot_writecombine(PAGE_KERNEL_IO); in i915_gem_object_map_page() 351 vaddr = vmap_pfn(pfns, n_pfn, pgprot_writecombine(PAGE_KERNEL_IO)); in i915_gem_object_map_pfn()
|