Home
last modified time | relevance | path

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

/linux/kernel/dma/
H A Dops_helpers.c46 vma->vm_page_prot = dma_pgprot(dev, vma->vm_page_prot, attrs); in dma_common_mmap()
H A Dmapping.c544 pgprot_t dma_pgprot(struct device *dev, pgprot_t prot, unsigned long attrs) in dma_pgprot() function
/linux/drivers/iommu/
H A Ddma-iommu.c1020 pgprot_t prot = dma_pgprot(dev, PAGE_KERNEL, attrs); in iommu_dma_alloc_remap()
1637 pgprot_t prot = dma_pgprot(dev, PAGE_KERNEL, attrs); in iommu_dma_alloc_pages()
1700 vma->vm_page_prot = dma_pgprot(dev, vma->vm_page_prot, attrs); in iommu_dma_mmap()