/Linux-v5.15/drivers/gpu/drm/ttm/ |
D | ttm_module.c | 58 tmp = pgprot_writecombine(tmp); in ttm_prot_from_caching() 65 tmp = pgprot_writecombine(tmp); in ttm_prot_from_caching()
|
/Linux-v5.15/arch/h8300/include/asm/ |
D | pgtable.h | 17 #define pgprot_writecombine(prot) (prot) macro 18 #define pgprot_noncached pgprot_writecombine
|
/Linux-v5.15/arch/csky/include/asm/ |
D | pgtable.h | 244 #define pgprot_writecombine pgprot_writecombine macro 245 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
|
/Linux-v5.15/include/linux/ |
D | io-mapping.h | 137 #elif defined(pgprot_writecombine) in io_mapping_init_wc() 138 iomap->prot = pgprot_writecombine(PAGE_KERNEL); in io_mapping_init_wc()
|
D | pgtable.h | 921 #ifndef pgprot_writecombine 922 #define pgprot_writecombine pgprot_noncached macro 944 if (pgprot_val(oldprot) == pgprot_val(pgprot_writecombine(oldprot))) in pgprot_modify() 945 newprot = pgprot_writecombine(newprot); in pgprot_modify()
|
/Linux-v5.15/arch/arm/include/asm/ |
D | fb.h | 11 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
|
D | pgtable-nommu.h | 57 #define pgprot_writecombine(prot) (prot) macro
|
/Linux-v5.15/arch/arm64/include/asm/ |
D | fb.h | 15 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
|
/Linux-v5.15/arch/sh/include/asm/ |
D | fb.h | 12 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
|
D | pgtable_32.h | 379 #define pgprot_writecombine(prot) \ macro 382 #define pgprot_noncached pgprot_writecombine
|
/Linux-v5.15/arch/csky/mm/ |
D | ioremap.c | 14 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
|
/Linux-v5.15/arch/ia64/include/asm/ |
D | fb.h | 14 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
|
/Linux-v5.15/drivers/gpu/drm/mediatek/ |
D | mtk_drm_gem.c | 162 vma->vm_page_prot = pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in mtk_drm_gem_object_mmap() 246 pgprot_writecombine(PAGE_KERNEL)); in mtk_drm_gem_prime_vmap()
|
/Linux-v5.15/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 624 #define pgprot_writecombine pgprot_writecombine macro 625 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
|
/Linux-v5.15/drivers/pci/ |
D | mmap.c | 55 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in pci_mmap_resource_range()
|
/Linux-v5.15/arch/x86/include/asm/ |
D | pgtable_types.h | 512 #define pgprot_writecombine pgprot_writecombine macro 513 extern pgprot_t pgprot_writecombine(pgprot_t prot);
|
/Linux-v5.15/arch/mips/include/asm/ |
D | pgtable.h | 463 #define pgprot_writecombine pgprot_writecombine macro 465 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
|
/Linux-v5.15/sound/core/ |
D | memalloc.c | 379 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot); in snd_dma_iram_mmap() 429 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot); in snd_dma_dev_mmap()
|
D | sgbuf.c | 190 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot); in snd_dma_sg_mmap()
|
/Linux-v5.15/drivers/gpu/drm/vgem/ |
D | vgem_drv.c | 374 vaddr = vmap(pages, n_pages, 0, pgprot_writecombine(PAGE_KERNEL)); in vgem_prime_vmap() 407 vma->vm_page_prot = pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in vgem_prime_mmap()
|
/Linux-v5.15/drivers/gpu/drm/virtio/ |
D | virtgpu_vram.c | 53 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in virtio_gpu_vram_mmap()
|
/Linux-v5.15/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_gem.c | 137 pgprot_writecombine(PAGE_KERNEL)); in rockchip_gem_alloc_iommu() 541 pgprot_writecombine(PAGE_KERNEL)); in rockchip_gem_prime_vmap()
|
/Linux-v5.15/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-v5.15/drivers/gpu/drm/i915/gem/ |
D | i915_gem_mman.c | 112 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in i915_gem_mmap_ioctl() 980 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in i915_gem_mmap() 1000 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in i915_gem_mmap()
|
/Linux-v5.15/drivers/firmware/efi/ |
D | earlycon.c | 59 fb_prot = fb_wb ? PAGE_KERNEL : pgprot_writecombine(PAGE_KERNEL); in efi_earlycon_map()
|