Home
last modified time | relevance | path

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

123

/Linux-v5.4/arch/h8300/include/asm/
Dpgtable.h19 #define pgprot_writecombine(prot) (prot) macro
20 #define pgprot_noncached pgprot_writecombine
/Linux-v5.4/include/linux/
Dio-mapping.h116 #elif defined(pgprot_writecombine) in io_mapping_init_wc()
117 iomap->prot = pgprot_writecombine(PAGE_KERNEL); in io_mapping_init_wc()
/Linux-v5.4/arch/sh/include/asm/
Dfb.h12 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-v5.4/arch/arm/include/asm/
Dfb.h11 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
Dpgtable-nommu.h64 #define pgprot_writecombine(prot) (prot) macro
/Linux-v5.4/arch/arm64/include/asm/
Dfb.h15 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
/Linux-v5.4/arch/csky/include/asm/
Dpgtable.h266 #define pgprot_writecombine pgprot_writecombine macro
267 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
Dio.h44 #define ioremap_wc(addr, size) __ioremap((addr), (size), pgprot_writecombine(PAGE_KERNEL))
/Linux-v5.4/arch/ia64/include/asm/
Dfb.h14 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
/Linux-v5.4/arch/c6x/include/asm/
Dpgtable.h65 #define pgprot_writecombine pgprot_noncached macro
/Linux-v5.4/arch/powerpc/include/asm/book3s/32/
Dpgtable.h616 #define pgprot_writecombine pgprot_writecombine macro
617 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/Linux-v5.4/arch/csky/mm/
Dioremap.c66 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
/Linux-v5.4/arch/x86/include/asm/
Dpgtable_types.h514 #define pgprot_writecombine pgprot_writecombine macro
515 extern pgprot_t pgprot_writecombine(pgprot_t prot);
/Linux-v5.4/drivers/pci/
Dmmap.c55 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in pci_mmap_resource_range()
/Linux-v5.4/include/asm-generic/
Dpgtable.h497 #ifndef pgprot_writecombine
498 #define pgprot_writecombine pgprot_noncached macro
515 if (pgprot_val(oldprot) == pgprot_val(pgprot_writecombine(oldprot))) in pgprot_modify()
516 newprot = pgprot_writecombine(newprot); in pgprot_modify()
/Linux-v5.4/drivers/staging/android/ion/
Dion_heap.c39 pgprot = pgprot_writecombine(PAGE_KERNEL); in ion_heap_map_kernel()
143 pgprot = pgprot_writecombine(PAGE_KERNEL); in ion_heap_buffer_zero()
/Linux-v5.4/arch/mips/include/asm/
Dpgtable.h429 #define pgprot_writecombine pgprot_writecombine macro
431 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
/Linux-v5.4/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-v5.4/drivers/gpu/drm/vgem/
Dvgem_drv.c392 return vmap(pages, n_pages, 0, pgprot_writecombine(PAGE_KERNEL)); in vgem_prime_vmap()
421 vma->vm_page_prot = pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in vgem_prime_mmap()
/Linux-v5.4/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-v5.4/drivers/gpu/drm/rockchip/
Drockchip_drm_gem.c135 pgprot_writecombine(PAGE_KERNEL)); in rockchip_gem_alloc_iommu()
548 pgprot_writecombine(PAGE_KERNEL)); in rockchip_gem_prime_vmap()
/Linux-v5.4/drivers/firmware/efi/
Dearlycon.c182 fb_prot = pgprot_writecombine(PAGE_KERNEL); in efi_earlycon_setup()
/Linux-v5.4/drivers/gpu/drm/udl/
Dudl_gem.c70 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in update_vm_cache_attr()
/Linux-v5.4/drivers/gpu/drm/
Ddrm_vm.c82 tmp = pgprot_writecombine(tmp); in drm_io_prot()
86 tmp = pgprot_writecombine(tmp); in drm_io_prot()

123