Home
last modified time | relevance | path

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

123

/linux/drivers/gpu/drm/ttm/
A Dttm_module.c70 tmp = pgprot_writecombine(tmp); in ttm_prot_from_caching()
77 tmp = pgprot_writecombine(tmp); in ttm_prot_from_caching()
/linux/arch/h8300/include/asm/
A Dpgtable.h17 #define pgprot_writecombine(prot) (prot) macro
18 #define pgprot_noncached pgprot_writecombine
/linux/arch/csky/include/asm/
A Dpgtable.h244 #define pgprot_writecombine pgprot_writecombine macro
245 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
/linux/arch/sh/include/asm/
A Dfb.h12 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
A Dpgtable_32.h379 #define pgprot_writecombine(prot) \ macro
382 #define pgprot_noncached pgprot_writecombine
/linux/arch/arm64/include/asm/
A Dfb.h15 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
/linux/arch/arm/include/asm/
A Dfb.h11 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
A Dpgtable-nommu.h57 #define pgprot_writecombine(prot) (prot) macro
/linux/arch/csky/mm/
A Dioremap.c14 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
/linux/arch/ia64/include/asm/
A Dfb.h14 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
/linux/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h624 #define pgprot_writecombine pgprot_writecombine macro
625 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/linux/drivers/gpu/drm/mediatek/
A Dmtk_drm_gem.c162 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/arch/x86/include/asm/
A Dpgtable_types.h512 #define pgprot_writecombine pgprot_writecombine macro
513 extern pgprot_t pgprot_writecombine(pgprot_t prot);
/linux/drivers/pci/
A Dmmap.c55 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in pci_mmap_resource_range()
/linux/arch/mips/include/asm/
A Dpgtable.h481 #define pgprot_writecombine pgprot_writecombine macro
483 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
/linux/include/linux/
A Dpgtable.h921 #ifndef pgprot_writecombine
922 #define pgprot_writecombine pgprot_noncached macro
944 if (pgprot_val(oldprot) == pgprot_val(pgprot_writecombine(oldprot))) in pgprot_modify()
945 newprot = pgprot_writecombine(newprot); in pgprot_modify()
A Dio-mapping.h135 iomap->prot = pgprot_writecombine(PAGE_KERNEL); in io_mapping_init_wc()
/linux/drivers/gpu/drm/rockchip/
A Drockchip_drm_gem.c137 pgprot_writecombine(PAGE_KERNEL)); in rockchip_gem_alloc_iommu()
541 pgprot_writecombine(PAGE_KERNEL)); in rockchip_gem_prime_vmap()
/linux/Documentation/admin-guide/
A Dramoops.rst25 * ``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/drivers/gpu/drm/i915/gem/
A Di915_gem_mman.c112 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in i915_gem_mmap_ioctl()
980 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in i915_gem_mmap()
1000 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in i915_gem_mmap()
A Di915_gem_pages.c292 pgprot = pgprot_writecombine(PAGE_KERNEL_IO); in i915_gem_object_map_page()
336 vaddr = vmap_pfn(pfns, n_pfn, pgprot_writecombine(PAGE_KERNEL_IO)); in i915_gem_object_map_pfn()
/linux/drivers/gpu/drm/
A Ddrm_gem_shmem_helper.c313 prot = pgprot_writecombine(prot); in drm_gem_shmem_vmap_locked()
640 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in drm_gem_shmem_mmap()
A Ddrm_vm.c76 tmp = pgprot_writecombine(tmp); in drm_io_prot()
80 tmp = pgprot_writecombine(tmp); in drm_io_prot()
/linux/drivers/firmware/efi/
A Dearlycon.c59 fb_prot = fb_wb ? PAGE_KERNEL : pgprot_writecombine(PAGE_KERNEL); in efi_earlycon_map()
/linux/sound/core/
A Dsgbuf.c190 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot); in snd_dma_sg_mmap()

Completed in 34 milliseconds

123