Searched refs:dma_pgprot (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | dma-noncoherent.h | 58 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/ |
| D | mapping.c | 170 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()
|
| D | remap.c | 238 dma_pgprot(dev, PAGE_KERNEL, attrs), in arch_dma_alloc()
|
| /Linux-v5.4/drivers/iommu/ |
| D | dma-iommu.c | 573 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()
|