Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/arch/h8300/include/asm/
H A Dpgtable.h17 #define pgprot_writecombine(prot) (prot) macro
18 #define pgprot_noncached pgprot_writecombine
/OK3568_Linux_fs/kernel/include/linux/
H A Dio-mapping.h118 #elif defined(pgprot_writecombine) in io_mapping_init_wc()
119 iomap->prot = pgprot_writecombine(PAGE_KERNEL); in io_mapping_init_wc()
H A Dpgtable.h849 #ifndef pgprot_writecombine
850 #define pgprot_writecombine pgprot_noncached macro
872 if (pgprot_val(oldprot) == pgprot_val(pgprot_writecombine(oldprot))) in pgprot_modify()
873 newprot = pgprot_writecombine(newprot); in pgprot_modify()
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dpgtable.h245 #define pgprot_writecombine pgprot_writecombine macro
246 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dfb.h15 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dfb.h12 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
H A Dpgtable_32.h379 #define pgprot_writecombine(prot) \ macro
382 #define pgprot_noncached pgprot_writecombine
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dfb.h11 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
H A Dpgtable-nommu.h51 #define pgprot_writecombine(prot) (prot) macro
/OK3568_Linux_fs/kernel/arch/csky/mm/
H A Dioremap.c14 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dfb.h14 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h586 #define pgprot_writecombine pgprot_writecombine macro
587 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable_types.h516 #define pgprot_writecombine pgprot_writecombine macro
517 extern pgprot_t pgprot_writecombine(pgprot_t prot);
/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dpgtable.h64 #define pgprot_writecombine pgprot_noncached macro
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dmmap.c55 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in pci_mmap_resource_range()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vgem/
H A Dvgem_drv.c370 return vmap(pages, n_pages, 0, pgprot_writecombine(PAGE_KERNEL)); in vgem_prime_vmap()
399 vma->vm_page_prot = pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in vgem_prime_mmap()
/OK3568_Linux_fs/kernel/drivers/staging/android/ion/rockchip/
H A Drockchip_ion_snapshot.c115 return vmap(pages, page_count + 1, VM_MAP, pgprot_writecombine(PAGE_KERNEL)); in last_ion_vmap()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory.c226 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in mali_mmap()
237 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in mali_mmap()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_mman.c103 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in i915_gem_mmap_ioctl()
902 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in i915_gem_mmap()
919 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in i915_gem_mmap()
H A Di915_gem_pages.c282 pgprot = pgprot_writecombine(PAGE_KERNEL_IO); in i915_gem_object_map_page()
326 vaddr = vmap_pfn(pfns, n_pfn, pgprot_writecombine(PAGE_KERNEL_IO)); in i915_gem_object_map_pfn()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A 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
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_gem_shmem_helper.c279 prot = pgprot_writecombine(prot); in drm_gem_shmem_vmap_locked()
633 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in drm_gem_shmem_mmap()
H A Ddrm_vm.c81 tmp = pgprot_writecombine(tmp); in drm_io_prot()
85 tmp = pgprot_writecombine(tmp); in drm_io_prot()
/OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/
H A Drk_cma_heap.c254 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in cma_heap_mmap()
268 pgprot = pgprot_writecombine(PAGE_KERNEL); in cma_heap_do_vmap()

1234