| /OK3568_Linux_fs/kernel/arch/h8300/include/asm/ |
| H A D | pgtable.h | 17 #define pgprot_writecombine(prot) (prot) macro 18 #define pgprot_noncached pgprot_writecombine
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | io-mapping.h | 118 #elif defined(pgprot_writecombine) in io_mapping_init_wc() 119 iomap->prot = pgprot_writecombine(PAGE_KERNEL); in io_mapping_init_wc()
|
| H A D | pgtable.h | 849 #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 D | pgtable.h | 245 #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 D | fb.h | 15 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | fb.h | 12 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
|
| H A D | pgtable_32.h | 379 #define pgprot_writecombine(prot) \ macro 382 #define pgprot_noncached pgprot_writecombine
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | fb.h | 11 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
|
| H A D | pgtable-nommu.h | 51 #define pgprot_writecombine(prot) (prot) macro
|
| /OK3568_Linux_fs/kernel/arch/csky/mm/ |
| H A D | ioremap.c | 14 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | fb.h | 14 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 D | pgtable.h | 586 #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 D | pgtable_types.h | 516 #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 D | pgtable.h | 64 #define pgprot_writecombine pgprot_noncached macro
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | mmap.c | 55 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 D | pgtable.h | 469 #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 D | vgem_drv.c | 370 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 D | rockchip_ion_snapshot.c | 115 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 D | mali_memory.c | 226 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 D | i915_gem_mman.c | 103 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 D | i915_gem_pages.c | 282 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 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
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_gem_shmem_helper.c | 279 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 D | drm_vm.c | 81 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 D | rk_cma_heap.c | 254 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()
|