Home
last modified time | relevance | path

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

123

/Linux-v4.19/arch/h8300/include/asm/
Dpgtable.h20 #define pgprot_writecombine(prot) (prot) macro
21 #define pgprot_noncached pgprot_writecombine
/Linux-v4.19/include/linux/
Dio-mapping.h128 #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/
Dfb.h11 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
Dpgtable_32.h379 #define pgprot_writecombine(prot) \ macro
382 #define pgprot_noncached pgprot_writecombine
/Linux-v4.19/arch/arm64/include/asm/
Dfb.h26 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
/Linux-v4.19/arch/arm/include/asm/
Dfb.h11 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
Dpgtable-nommu.h67 #define pgprot_writecombine(prot) (prot) macro
/Linux-v4.19/arch/ia64/include/asm/
Dfb.h14 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/
Dpgtable.h498 #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/
Dpgtable.h73 #define pgprot_writecombine pgprot_noncached macro
/Linux-v4.19/drivers/gpu/drm/xen/
Dxen_drm_front_gem.c240 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/
Dpgtable.h459 #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/
Dpgtable_types.h515 #define pgprot_writecombine pgprot_writecombine macro
516 extern pgprot_t pgprot_writecombine(pgprot_t prot);
/Linux-v4.19/drivers/pci/
Dmmap.c55 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in pci_mmap_resource_range()
/Linux-v4.19/drivers/staging/android/ion/
Dion_heap.c38 pgprot = pgprot_writecombine(PAGE_KERNEL); in ion_heap_map_kernel()
141 pgprot = pgprot_writecombine(PAGE_KERNEL); in ion_heap_buffer_zero()
Dion_carveout_heap.c117 ret = ion_heap_pages_zero(page, size, pgprot_writecombine(PAGE_KERNEL)); in ion_carveout_heap_create()
Dion_chunk_heap.c121 ret = ion_heap_pages_zero(page, size, pgprot_writecombine(PAGE_KERNEL)); in ion_chunk_heap_create()
/Linux-v4.19/arch/mips/include/asm/
Dpgtable.h455 #define pgprot_writecombine pgprot_writecombine macro
457 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
/Linux-v4.19/drivers/gpu/drm/tegra/
Dgem.c53 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/
Dramoops.rst25 * ``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/
Dvgem_drv.c389 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/
Ddma-noncoherent.c112 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in arch_dma_mmap()
/Linux-v4.19/arch/powerpc/include/asm/nohash/
Dpgtable.h205 #define pgprot_writecombine pgprot_noncached_wc macro
/Linux-v4.19/drivers/gpu/drm/rockchip/
Drockchip_drm_gem.c143 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/
Dudl_gem.c70 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in update_vm_cache_attr()

123