Searched refs:__iommu_map_sg (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/iommu/ |
D | iommu.c | 2413 static ssize_t __iommu_map_sg(struct iommu_domain *domain, unsigned long iova, in __iommu_map_sg() function 2467 return __iommu_map_sg(domain, iova, sg, nents, prot, GFP_KERNEL); in iommu_map_sg() 2474 return __iommu_map_sg(domain, iova, sg, nents, prot, GFP_ATOMIC); in iommu_map_sg_atomic()
|