/Linux-v5.4/arch/h8300/include/asm/ |
D | pgtable.h | 19 #define pgprot_writecombine(prot) (prot) macro 20 #define pgprot_noncached pgprot_writecombine
|
/Linux-v5.4/include/linux/ |
D | io-mapping.h | 116 #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/ |
D | fb.h | 12 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
|
D | pgtable_32.h | 379 #define pgprot_writecombine(prot) \ macro 382 #define pgprot_noncached pgprot_writecombine
|
/Linux-v5.4/arch/arm/include/asm/ |
D | fb.h | 11 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
|
D | pgtable-nommu.h | 64 #define pgprot_writecombine(prot) (prot) macro
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | fb.h | 15 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
|
/Linux-v5.4/arch/csky/include/asm/ |
D | pgtable.h | 266 #define pgprot_writecombine pgprot_writecombine macro 267 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
|
D | io.h | 44 #define ioremap_wc(addr, size) __ioremap((addr), (size), pgprot_writecombine(PAGE_KERNEL))
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | fb.h | 14 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
|
/Linux-v5.4/arch/c6x/include/asm/ |
D | pgtable.h | 65 #define pgprot_writecombine pgprot_noncached macro
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 616 #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/ |
D | ioremap.c | 66 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
|
/Linux-v5.4/arch/x86/include/asm/ |
D | pgtable_types.h | 514 #define pgprot_writecombine pgprot_writecombine macro 515 extern pgprot_t pgprot_writecombine(pgprot_t prot);
|
/Linux-v5.4/drivers/pci/ |
D | mmap.c | 55 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in pci_mmap_resource_range()
|
/Linux-v5.4/include/asm-generic/ |
D | pgtable.h | 497 #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/ |
D | ion_heap.c | 39 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/ |
D | pgtable.h | 429 #define pgprot_writecombine pgprot_writecombine macro 431 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
|
/Linux-v5.4/drivers/gpu/drm/tegra/ |
D | gem.c | 53 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/ |
D | vgem_drv.c | 392 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/ |
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
|
/Linux-v5.4/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_gem.c | 135 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/ |
D | earlycon.c | 182 fb_prot = pgprot_writecombine(PAGE_KERNEL); in efi_earlycon_setup()
|
/Linux-v5.4/drivers/gpu/drm/udl/ |
D | udl_gem.c | 70 pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); in update_vm_cache_attr()
|
/Linux-v5.4/drivers/gpu/drm/ |
D | drm_vm.c | 82 tmp = pgprot_writecombine(tmp); in drm_io_prot() 86 tmp = pgprot_writecombine(tmp); in drm_io_prot()
|