Searched refs:pgprot_writecombine (Results 1 - 25 of 66) sorted by relevance

123

/linux-master/arch/csky/mm/
H A Dioremap.c14 return pgprot_writecombine(vma_prot);
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_module.c70 tmp = pgprot_writecombine(tmp);
79 tmp = pgprot_writecombine(tmp);
/linux-master/arch/loongarch/include/asm/
H A Dpgtable-bits.h110 #define pgprot_writecombine pgprot_writecombine macro
112 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
/linux-master/arch/arm/include/asm/
H A Dpgtable-nommu.h49 #define pgprot_writecombine(prot) (prot) macro
/linux-master/arch/s390/include/asm/
H A Dio.h34 ioremap_prot((addr), (size), pgprot_val(pgprot_writecombine(PAGE_KERNEL)))
/linux-master/include/asm-generic/
H A Dfb.h22 return pgprot_writecombine(prot);
/linux-master/drivers/pci/
H A Dmmap.c36 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot);
/linux-master/arch/csky/include/asm/
H A Dpgtable.h242 #define pgprot_writecombine pgprot_writecombine macro
243 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_drm_gem.c174 vma->vm_page_prot = pgprot_writecombine(vm_get_page_prot(vma->vm_flags));
257 pgprot_writecombine(PAGE_KERNEL));
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_gem.c138 pgprot_writecombine(PAGE_KERNEL));
256 vma->vm_page_prot = pgprot_writecombine(vm_get_page_prot(vma->vm_flags));
524 pgprot_writecombine(PAGE_KERNEL));
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h598 #define pgprot_writecombine pgprot_writecombine macro
599 static inline pgprot_t pgprot_writecombine(pgprot_t prot) function
/linux-master/include/linux/
H A Dio-mapping.h141 iomap->prot = pgprot_writecombine(PAGE_KERNEL);
H A Dpgtable.h1261 #ifndef pgprot_writecombine
1262 #define pgprot_writecombine pgprot_noncached macro
1284 if (pgprot_val(oldprot) == pgprot_val(pgprot_writecombine(oldprot)))
1285 newprot = pgprot_writecombine(newprot);
/linux-master/arch/riscv/kernel/
H A Dacpi.c299 prot = pgprot_writecombine(PAGE_KERNEL);
/linux-master/drivers/misc/
H A Dopen-dice.c102 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot);
/linux-master/arch/mips/include/asm/
H A Dpgtable.h469 #define pgprot_writecombine pgprot_writecombine macro
471 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
/linux-master/arch/x86/include/asm/
H A Dpgtable_types.h523 #define pgprot_writecombine pgprot_writecombine macro
524 extern pgprot_t pgprot_writecombine(pgprot_t prot);
/linux-master/arch/sh/include/asm/
H A Dpgtable_32.h378 #define pgprot_writecombine(prot) \ macro
381 #define pgprot_noncached pgprot_writecombine
/linux-master/sound/core/
H A Dmemalloc.c450 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot);
508 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot);
702 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot);
851 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot);
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_vram.c55 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot);
/linux-master/drivers/gpu/drm/tegra/
H A Dfbdev.c127 pgprot_writecombine(PAGE_KERNEL));
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgtable.h341 #define pgprot_writecombine pgprot_noncached_wc macro
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_vm_mips.c66 pgprot_writecombine(PAGE_KERNEL));
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_bo.c179 pgprot_writecombine(PAGE_KERNEL));
/linux-master/drivers/firmware/efi/
H A Dearlycon.c62 fb_prot = fb_wb ? PAGE_KERNEL : pgprot_writecombine(PAGE_KERNEL);

Completed in 219 milliseconds

123