Searched refs:__iommu_dma_map (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | dma-iommu.c | 482 static dma_addr_t __iommu_dma_map(struct device *dev, phys_addr_t phys, in __iommu_dma_map() function 736 dma_handle = __iommu_dma_map(dev, phys, size, prot, dma_get_mask(dev)); in iommu_dma_map_page() 938 return __iommu_dma_map(dev, phys, size, in iommu_dma_map_resource() 1049 *handle = __iommu_dma_map(dev, page_to_phys(page), size, ioprot, in iommu_dma_alloc()
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | dma-iommu.c | 745 static dma_addr_t __iommu_dma_map(struct device *dev, phys_addr_t phys, in __iommu_dma_map() function 1081 iova = __iommu_dma_map(dev, phys, size, prot, dma_mask); in iommu_dma_map_page() 1414 return __iommu_dma_map(dev, phys, size, in iommu_dma_map_resource() 1525 *handle = __iommu_dma_map(dev, page_to_phys(page), size, ioprot, in iommu_dma_alloc()
|
Completed in 6 milliseconds