Home
last modified time | relevance | path

Searched refs:dma_pgprot (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/linux/
Ddma-noncoherent.h58 pgprot_t dma_pgprot(struct device *dev, pgprot_t prot, unsigned long attrs);
60 static inline pgprot_t dma_pgprot(struct device *dev, pgprot_t prot, in dma_pgprot() function
/Linux-v5.4/kernel/dma/
Dmapping.c170 pgprot_t dma_pgprot(struct device *dev, pgprot_t prot, unsigned long attrs) in dma_pgprot() function
198 vma->vm_page_prot = dma_pgprot(dev, vma->vm_page_prot, attrs); in dma_common_mmap()
Dremap.c238 dma_pgprot(dev, PAGE_KERNEL, attrs), in arch_dma_alloc()
/Linux-v5.4/drivers/iommu/
Ddma-iommu.c573 pgprot_t prot = dma_pgprot(dev, PAGE_KERNEL, attrs); in iommu_dma_alloc_remap()
977 pgprot_t prot = dma_pgprot(dev, PAGE_KERNEL, attrs); in iommu_dma_alloc_pages()
1037 vma->vm_page_prot = dma_pgprot(dev, vma->vm_page_prot, attrs); in iommu_dma_mmap()