Searched refs:__iommu_map_sg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | dma-mapping.c | 1620 static int __iommu_map_sg(struct device *dev, struct scatterlist *sg, int nents, in __iommu_map_sg() function 1681 return __iommu_map_sg(dev, sg, nents, dir, attrs, true); in arm_coherent_iommu_map_sg() 1699 return __iommu_map_sg(dev, sg, nents, dir, attrs, false); in arm_iommu_map_sg()
|
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | iommu.c | 2533 static size_t __iommu_map_sg(struct iommu_domain *domain, unsigned long iova, in __iommu_map_sg() function 2584 return __iommu_map_sg(domain, iova, sg, nents, prot, GFP_KERNEL); in iommu_map_sg() 2591 return __iommu_map_sg(domain, iova, sg, nents, prot, GFP_ATOMIC); in iommu_map_sg_atomic()
|
Completed in 8 milliseconds