Home
last modified time | relevance | path

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

/openbmc/linux/kernel/dma/
H A Dops_helpers.c45 vma->vm_page_prot = dma_pgprot(dev, vma->vm_page_prot, attrs); in dma_common_mmap()
H A Ddirect.c282 pgprot_t prot = dma_pgprot(dev, PAGE_KERNEL, attrs); in dma_direct_alloc()
564 vma->vm_page_prot = dma_pgprot(dev, vma->vm_page_prot, attrs); in dma_direct_mmap()
H A Dmapping.c419 pgprot_t dma_pgprot(struct device *dev, pgprot_t prot, unsigned long attrs) in dma_pgprot() function
/openbmc/linux/include/linux/
H A 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
/openbmc/linux/drivers/iommu/
H A 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()