/linux-6.1.9/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.1.9/arch/loongarch/include/asm/ |
D | pgtable-bits.h | 102 #define pgprot_writecombine pgprot_writecombine macro 104 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
|
D | fb.h | 15 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
|
/linux-6.1.9/arch/csky/include/asm/ |
D | pgtable.h | 225 #define pgprot_writecombine pgprot_writecombine macro 226 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | fb.h | 15 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
|
/linux-6.1.9/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 | 51 #define pgprot_writecombine(prot) (prot) macro
|
/linux-6.1.9/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-6.1.9/arch/csky/mm/ |
D | ioremap.c | 14 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
|
/linux-6.1.9/arch/ia64/include/asm/ |
D | fb.h | 14 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
|
/linux-6.1.9/drivers/pci/ |
D | mmap.c | 34 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in pci_mmap_resource_range()
|
/linux-6.1.9/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-6.1.9/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 612 #define pgprot_writecombine pgprot_writecombine macro 613 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
|
/linux-6.1.9/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_gem.c | 137 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.1.9/arch/x86/include/asm/ |
D | pgtable_types.h | 495 #define pgprot_writecombine pgprot_writecombine macro 496 extern pgprot_t pgprot_writecombine(pgprot_t prot);
|
/linux-6.1.9/sound/core/ |
D | memalloc.c | 451 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot); in snd_dma_iram_mmap() 509 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot); in snd_dma_wc_mmap() 704 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot); in snd_dma_sg_wc_mmap() 801 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot); in snd_dma_sg_fallback_mmap()
|
/linux-6.1.9/arch/mips/include/asm/ |
D | pgtable.h | 459 #define pgprot_writecombine pgprot_writecombine macro 461 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
|
/linux-6.1.9/arch/riscv/include/asm/ |
D | pgtable.h | 544 #define pgprot_writecombine pgprot_writecombine macro 545 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
|
/linux-6.1.9/include/linux/ |
D | pgtable.h | 986 #ifndef pgprot_writecombine 987 #define pgprot_writecombine pgprot_noncached macro 1009 if (pgprot_val(oldprot) == pgprot_val(pgprot_writecombine(oldprot))) in pgprot_modify() 1010 newprot = pgprot_writecombine(newprot); in pgprot_modify()
|
D | io-mapping.h | 135 iomap->prot = pgprot_writecombine(PAGE_KERNEL); in io_mapping_init_wc()
|
/linux-6.1.9/drivers/misc/ |
D | open-dice.c | 104 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in open_dice_mmap()
|
/linux-6.1.9/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.1.9/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() 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()
|
/linux-6.1.9/drivers/firmware/efi/ |
D | earlycon.c | 59 fb_prot = fb_wb ? PAGE_KERNEL : pgprot_writecombine(PAGE_KERNEL); in efi_earlycon_map()
|