Home
last modified time | relevance | path

Searched refs:__iommu_map_sg (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/arch/arm/mm/
Ddma-mapping.c1620 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()
/Linux-v5.10/drivers/iommu/
Diommu.c2515 static size_t __iommu_map_sg(struct iommu_domain *domain, unsigned long iova, in __iommu_map_sg() function
2563 return __iommu_map_sg(domain, iova, sg, nents, prot, GFP_KERNEL); in iommu_map_sg()
2570 return __iommu_map_sg(domain, iova, sg, nents, prot, GFP_ATOMIC); in iommu_map_sg_atomic()