/Linux-v4.19/arch/h8300/include/asm/ |
D | pgtable.h | 20 #define pgprot_writecombine(prot) (prot) macro 21 #define pgprot_noncached pgprot_writecombine
|
/Linux-v4.19/include/linux/ |
D | io-mapping.h | 128 #elif defined(pgprot_writecombine) in io_mapping_init_wc() 129 iomap->prot = pgprot_writecombine(PAGE_KERNEL); in io_mapping_init_wc()
|
/Linux-v4.19/arch/sh/include/asm/ |
D | fb.h | 11 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-v4.19/arch/arm64/include/asm/ |
D | fb.h | 26 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
|
/Linux-v4.19/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 | 67 #define pgprot_writecombine(prot) (prot) macro
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | fb.h | 14 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 498 #define pgprot_writecombine pgprot_writecombine macro 499 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
|
/Linux-v4.19/arch/c6x/include/asm/ |
D | pgtable.h | 73 #define pgprot_writecombine pgprot_noncached macro
|
/Linux-v4.19/drivers/gpu/drm/xen/ |
D | xen_drm_front_gem.c | 240 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in gem_mmap_obj() 287 VM_MAP, pgprot_writecombine(PAGE_KERNEL)); in xen_drm_front_gem_prime_vmap()
|
/Linux-v4.19/include/asm-generic/ |
D | pgtable.h | 459 #ifndef pgprot_writecombine 460 #define pgprot_writecombine pgprot_noncached macro 477 if (pgprot_val(oldprot) == pgprot_val(pgprot_writecombine(oldprot))) in pgprot_modify() 478 newprot = pgprot_writecombine(newprot); in pgprot_modify()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | pgtable_types.h | 515 #define pgprot_writecombine pgprot_writecombine macro 516 extern pgprot_t pgprot_writecombine(pgprot_t prot);
|
/Linux-v4.19/drivers/pci/ |
D | mmap.c | 55 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in pci_mmap_resource_range()
|
/Linux-v4.19/drivers/staging/android/ion/ |
D | ion_heap.c | 38 pgprot = pgprot_writecombine(PAGE_KERNEL); in ion_heap_map_kernel() 141 pgprot = pgprot_writecombine(PAGE_KERNEL); in ion_heap_buffer_zero()
|
D | ion_carveout_heap.c | 117 ret = ion_heap_pages_zero(page, size, pgprot_writecombine(PAGE_KERNEL)); in ion_carveout_heap_create()
|
D | ion_chunk_heap.c | 121 ret = ion_heap_pages_zero(page, size, pgprot_writecombine(PAGE_KERNEL)); in ion_chunk_heap_create()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | pgtable.h | 455 #define pgprot_writecombine pgprot_writecombine macro 457 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
|
/Linux-v4.19/drivers/gpu/drm/tegra/ |
D | gem.c | 53 pgprot_writecombine(PAGE_KERNEL)); in tegra_bo_mmap() 78 pgprot_writecombine(PAGE_KERNEL)); in tegra_bo_kmap() 478 vma->vm_page_prot = pgprot_writecombine(prot); in __tegra_gem_mmap()
|
/Linux-v4.19/Documentation/admin-guide/ |
D | ramoops.rst | 25 * ``mem_type`` to specifiy if the memory type (default is pgprot_writecombine). 28 mapping to pgprot_writecombine. Setting ``mem_type=1`` attempts to use
|
/Linux-v4.19/drivers/gpu/drm/vgem/ |
D | vgem_drv.c | 389 return vmap(pages, n_pages, 0, pgprot_writecombine(PAGE_KERNEL)); in vgem_prime_vmap() 418 vma->vm_page_prot = pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in vgem_prime_mmap()
|
/Linux-v4.19/arch/mips/mm/ |
D | dma-noncoherent.c | 112 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in arch_dma_mmap()
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 205 #define pgprot_writecombine pgprot_noncached_wc macro
|
/Linux-v4.19/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_gem.c | 143 pgprot_writecombine(PAGE_KERNEL)); in rockchip_gem_alloc_iommu() 569 pgprot_writecombine(PAGE_KERNEL)); in rockchip_gem_prime_vmap()
|
/Linux-v4.19/drivers/gpu/drm/udl/ |
D | udl_gem.c | 70 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in update_vm_cache_attr()
|