Home
last modified time | relevance | path

Searched refs:pgprot_writecombine (Results 1 – 25 of 71) sorted by relevance

123

/linux-6.12.1/drivers/gpu/drm/ttm/
Dttm_module.c70 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/
Dpgtable-bits.h112 #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/
Dpgtable.h242 #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/
Dioremap.c14 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
/linux-6.12.1/arch/arm/include/asm/
Dpgtable-nommu.h49 #define pgprot_writecombine(prot) (prot) macro
/linux-6.12.1/arch/powerpc/include/asm/book3s/32/
Dpgtable.h599 #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/
Dmtk_gem.c178 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/
Drockchip_drm_gem.c138 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/
Dmmap.c36 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in pci_mmap_resource_range()
/linux-6.12.1/arch/s390/include/asm/
Dio.h36 ioremap_prot((addr), (size), pgprot_val(pgprot_writecombine(PAGE_KERNEL)))
/linux-6.12.1/arch/x86/include/asm/
Dpgtable_types.h521 #define pgprot_writecombine pgprot_writecombine macro
522 extern pgprot_t pgprot_writecombine(pgprot_t prot);
/linux-6.12.1/include/asm-generic/
Dvideo.h23 return pgprot_writecombine(prot); in pgprot_framebuffer()
/linux-6.12.1/arch/mips/include/asm/
Dpgtable.h469 #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/
Dpgtable_32.h378 #define pgprot_writecombine(prot) \ macro
381 #define pgprot_noncached pgprot_writecombine
/linux-6.12.1/include/linux/
Dio-mapping.h141 iomap->prot = pgprot_writecombine(PAGE_KERNEL); in io_mapping_init_wc()
Dpgtable.h1359 #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/
Dopen-dice.c102 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in open_dice_mmap()
/linux-6.12.1/arch/riscv/include/asm/
Dpgtable.h647 #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/
Dacpi.c304 prot = pgprot_writecombine(PAGE_KERNEL); in acpi_os_ioremap()
/linux-6.12.1/Documentation/admin-guide/
Dramoops.rst25 * ``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/
Dmemalloc.c456 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/
Dpvr_vm_mips.c67 pgprot_writecombine(PAGE_KERNEL)); in pvr_vm_mips_init()
/linux-6.12.1/drivers/gpu/drm/tegra/
Dfbdev.c127 pgprot_writecombine(PAGE_KERNEL)); in tegra_fbdev_probe()
/linux-6.12.1/drivers/gpu/drm/i915/gem/
Di915_gem_mman.c116 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()
Di915_gem_pages.c307 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()

123