Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/dma/
Dops_helpers.c45 vma->vm_page_prot = dma_pgprot(dev, vma->vm_page_prot, attrs); in dma_common_mmap()
Ddirect.c282 pgprot_t prot = dma_pgprot(dev, PAGE_KERNEL, attrs); in dma_direct_alloc()
563 vma->vm_page_prot = dma_pgprot(dev, vma->vm_page_prot, attrs); in dma_direct_mmap()
Dmapping.c419 pgprot_t dma_pgprot(struct device *dev, pgprot_t prot, unsigned long attrs) in dma_pgprot() function
/linux-6.6.21/include/linux/
Ddma-map-ops.h357 pgprot_t dma_pgprot(struct device *dev, pgprot_t prot, unsigned long attrs);
359 static inline pgprot_t dma_pgprot(struct device *dev, pgprot_t prot, in dma_pgprot() function
/linux-6.6.21/drivers/iommu/
Ddma-iommu.c1479 pgprot_t prot = dma_pgprot(dev, PAGE_KERNEL, attrs); in iommu_dma_alloc_pages()
1513 dma_pgprot(dev, PAGE_KERNEL, attrs), attrs); in iommu_dma_alloc()
1543 vma->vm_page_prot = dma_pgprot(dev, vma->vm_page_prot, attrs); in iommu_dma_mmap()