| /linux/arch/loongarch/include/asm/ |
| H A D | pgtable-bits.h | 149 #define pgprot_writecombine pgprot_writecombine macro 151 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
|
| /linux/arch/csky/mm/ |
| H A D | ioremap.c | 14 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
|
| /linux/arch/arm/include/asm/ |
| H A D | pgtable-nommu.h | 49 #define pgprot_writecombine(prot) (prot) macro
|
| /linux/arch/powerpc/include/asm/book3s/32/ |
| H A D | pgtable.h | 605 #define pgprot_writecombine pgprot_writecombine macro 606 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
|
| /linux/drivers/pci/ |
| H A D | mmap.c | 36 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in pci_mmap_resource_range()
|
| /linux/arch/sh/include/asm/ |
| H A D | pgtable_32.h | 378 #define pgprot_writecombine(prot) \ macro 381 #define pgprot_noncached pgprot_writecombine
|
| /linux/include/linux/ |
| H A D | io-mapping.h | 141 iomap->prot = pgprot_writecombine(PAGE_KERNEL); in io_mapping_init_wc()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_fbdev_shmem.c | 51 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in drm_fbdev_shmem_fb_mmap()
|
| /linux/arch/riscv/kernel/ |
| H A D | acpi.c | 307 prot = pgprot_writecombine(PAGE_KERNEL); in acpi_os_ioremap()
|
| /linux/Documentation/admin-guide/ |
| H A D | ramoops.rst | 25 * ``mem_type`` to specify if the memory type (default is pgprot_writecombine). 30 mapping to pgprot_writecombine. Setting ``mem_type=1`` attempts to use
|
| /linux/sound/core/ |
| H A D | memalloc.c | 456 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot); in snd_dma_iram_mmap() 525 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot); in snd_dma_wc_mmap() 797 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot); in snd_dma_sg_fallback_mmap()
|
| /linux/Documentation/arch/x86/ |
| H A D | pat.rst | 108 With PAT support, a new API pgprot_writecombine is being added. So, drivers can 110 pgprot_writecombine() in step 1, followed by step 2.
|
| /linux/arch/x86/mm/pat/ |
| H A D | memtype.c | 944 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function 949 EXPORT_SYMBOL_GPL(pgprot_writecombine);
|
| /linux/drivers/gpu/drm/v3d/ |
| H A D | v3d_bo.c | 199 pgprot_writecombine(PAGE_KERNEL)); in v3d_get_bo_vaddr()
|
| /linux/sound/soc/uniphier/ |
| H A D | aio-dma.c | 192 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in uniphier_aiodma_pointer()
|
| /linux/arch/powerpc/include/asm/nohash/ |
| H A D | pgtable.h | 382 #define pgprot_writecombine pgprot_noncached_wc macro
|
| /linux/drivers/soc/qcom/ |
| H A D | rmtfs_mem.c | 144 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in qcom_rmtfs_mem_mmap()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
| H A D | gk20a.c | 210 pgprot_writecombine(PAGE_KERNEL)); in gk20a_instobj_acquire_iommu()
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | t4.h | 322 return pgprot_writecombine(prot); in t4_pgprot_wc()
|
| /linux/kernel/dma/ |
| H A D | mapping.c | 546 dma_prot = pgprot_writecombine(prot); in dma_pgprot()
|
| /linux/sound/soc/qcom/ |
| H A D | lpass-platform.c | 901 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in lpass_platform_cdc_dma_mmap()
|
| /linux/arch/arm/mm/ |
| H A D | dma-mapping.c | 441 pgprot_writecombine(prot) : in __get_dma_pgprot()
|
| /linux/arch/arm64/mm/ |
| H A D | mmu.c | 102 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
|