Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/drivers/gpu/drm/ttm/
A Dttm_module.c70 tmp = pgprot_writecombine(tmp); in ttm_prot_from_caching()
79 tmp = pgprot_writecombine(tmp); in ttm_prot_from_caching()
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dpgtable-bits.h106 #define pgprot_writecombine pgprot_writecombine macro
108 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
A Dfb.h15 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
/linux-6.3-rc2/arch/csky/include/asm/
A Dpgtable.h242 #define pgprot_writecombine pgprot_writecombine macro
243 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
/linux-6.3-rc2/arch/sh/include/asm/
A Dfb.h12 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
A Dpgtable_32.h379 #define pgprot_writecombine(prot) \ macro
382 #define pgprot_noncached pgprot_writecombine
/linux-6.3-rc2/arch/arm/include/asm/
A Dfb.h11 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
A Dpgtable-nommu.h49 #define pgprot_writecombine(prot) (prot) macro
/linux-6.3-rc2/arch/arm64/include/asm/
A Dfb.h15 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
/linux-6.3-rc2/arch/csky/mm/
A Dioremap.c14 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
/linux-6.3-rc2/arch/ia64/include/asm/
A Dfb.h14 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
/linux-6.3-rc2/drivers/pci/
A Dmmap.c34 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in pci_mmap_resource_range()
/linux-6.3-rc2/drivers/gpu/drm/mediatek/
A Dmtk_drm_gem.c167 vma->vm_page_prot = pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in mtk_drm_gem_object_mmap()
249 pgprot_writecombine(PAGE_KERNEL)); in mtk_drm_gem_prime_vmap()
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h639 #define pgprot_writecombine pgprot_writecombine macro
640 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/linux-6.3-rc2/drivers/gpu/drm/rockchip/
A 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()
522 pgprot_writecombine(PAGE_KERNEL)); in rockchip_gem_prime_vmap()
/linux-6.3-rc2/arch/x86/include/asm/
A Dpgtable_types.h493 #define pgprot_writecombine pgprot_writecombine macro
494 extern pgprot_t pgprot_writecombine(pgprot_t prot);
/linux-6.3-rc2/sound/core/
A Dmemalloc.c450 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.3-rc2/arch/riscv/include/asm/
A Dpgtable.h547 #define pgprot_writecombine pgprot_writecombine macro
548 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
/linux-6.3-rc2/arch/mips/include/asm/
A Dpgtable.h459 #define pgprot_writecombine pgprot_writecombine macro
461 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
/linux-6.3-rc2/drivers/accel/ivpu/
A Divpu_gem.h92 return pgprot_writecombine(prot); in ivpu_bo_pgprot()
/linux-6.3-rc2/include/linux/
A Dpgtable.h991 #ifndef pgprot_writecombine
992 #define pgprot_writecombine pgprot_noncached macro
1014 if (pgprot_val(oldprot) == pgprot_val(pgprot_writecombine(oldprot))) in pgprot_modify()
1015 newprot = pgprot_writecombine(newprot); in pgprot_modify()
A Dio-mapping.h135 iomap->prot = pgprot_writecombine(PAGE_KERNEL); in io_mapping_init_wc()
/linux-6.3-rc2/drivers/misc/
A Dopen-dice.c102 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in open_dice_mmap()
/linux-6.3-rc2/Documentation/admin-guide/
A Dramoops.rst25 * ``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.3-rc2/drivers/gpu/drm/i915/gem/
A Di915_gem_mman.c116 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in i915_gem_mmap_ioctl()
1017 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in i915_gem_mmap()
1037 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in i915_gem_mmap()

Completed in 43 milliseconds

123