Searched refs:iommu_map_sg_atomic (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | iommu.h | 477 extern size_t iommu_map_sg_atomic(struct iommu_domain *domain, 754 static inline size_t iommu_map_sg_atomic(struct iommu_domain *domain, in iommu_map_sg_atomic() function
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | dma-iommu.c | 711 if (iommu_map_sg_atomic(domain, iova, sgt.sgl, sgt.orig_nents, ioprot) in iommu_dma_alloc_remap() 974 if (iommu_map_sg_atomic(domain, iova, sg, nents, prot) < iova_len) in iommu_dma_map_sg()
|
| H A D | iommu.c | 2670 size_t iommu_map_sg_atomic(struct iommu_domain *domain, unsigned long iova, in iommu_map_sg_atomic() function 2675 EXPORT_SYMBOL_GPL(iommu_map_sg_atomic);
|