Searched refs:dma_pgprot (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/kernel/dma/ |
H A D | ops_helpers.c | 45 vma->vm_page_prot = dma_pgprot(dev, vma->vm_page_prot, attrs); in dma_common_mmap()
|
H A D | direct.c | 282 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 D | mapping.c | 419 pgprot_t dma_pgprot(struct device *dev, pgprot_t prot, unsigned long attrs) in dma_pgprot() function
|
/openbmc/linux/include/linux/ |
H A D | dma-map-ops.h | 357 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 D | dma-iommu.c | 1479 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()
|