Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/mm/
Ddma-mapping.c1624 static int __iommu_map_sg(struct device *dev, struct scatterlist *sg, int nents, in __iommu_map_sg() function
1689 return __iommu_map_sg(dev, sg, nents, dir, attrs, true); in arm_coherent_iommu_map_sg()
1707 return __iommu_map_sg(dev, sg, nents, dir, attrs, false); in arm_iommu_map_sg()
/linux-5.19.10/drivers/iommu/
Diommu.c2436 static ssize_t __iommu_map_sg(struct iommu_domain *domain, unsigned long iova, in __iommu_map_sg() function
2486 return __iommu_map_sg(domain, iova, sg, nents, prot, GFP_KERNEL); in iommu_map_sg()
2493 return __iommu_map_sg(domain, iova, sg, nents, prot, GFP_ATOMIC); in iommu_map_sg_atomic()