Searched refs:get_iommu_table_base (Results  1 – 5 of 5) sorted by relevance
| /Linux-v6.6/arch/powerpc/kernel/ | 
| D | dma-iommu.c | 82 	return iommu_alloc_coherent(dev, get_iommu_table_base(dev), size,  in dma_iommu_alloc_coherent()91 	iommu_free_coherent(get_iommu_table_base(dev), size, vaddr, dma_handle);  in dma_iommu_free_coherent()
 104 	return iommu_map_page(dev, get_iommu_table_base(dev), page, offset,  in dma_iommu_map_page()
 113 	iommu_unmap_page(get_iommu_table_base(dev), dma_handle, size, direction,  in dma_iommu_unmap_page()
 122 	return ppc_iommu_map_sg(dev, get_iommu_table_base(dev), sglist, nelems,  in dma_iommu_map_sg()
 130 	ppc_iommu_unmap_sg(get_iommu_table_base(dev), sglist, nelems,  in dma_iommu_unmap_sg()
 165 	tbl = get_iommu_table_base(dev);  in dma_iommu_dma_supported()
 186 	struct iommu_table *tbl = get_iommu_table_base(dev);  in dma_iommu_get_required_mask()
 
 | 
| /Linux-v6.6/arch/powerpc/platforms/pseries/ | 
| D | vio.c | 494 	ret = iommu_alloc_coherent(dev, get_iommu_table_base(dev), size,  in vio_dma_iommu_alloc_coherent()511 	iommu_free_coherent(get_iommu_table_base(dev), size, vaddr, dma_handle);  in vio_dma_iommu_free_coherent()
 521 	struct iommu_table *tbl = get_iommu_table_base(dev);  in vio_dma_iommu_map_page()
 545 	struct iommu_table *tbl = get_iommu_table_base(dev);  in vio_dma_iommu_unmap_page()
 556 	struct iommu_table *tbl = get_iommu_table_base(dev);  in vio_dma_iommu_map_sg()
 591 	struct iommu_table *tbl = get_iommu_table_base(dev);  in vio_dma_iommu_unmap_sg()
 711 	tbl = get_iommu_table_base(dev);  in vio_cmo_bus_probe()
 1334 	struct iommu_table *tbl = get_iommu_table_base(dev);  in vio_dev_release()
 
 | 
| /Linux-v6.6/arch/powerpc/include/asm/ | 
| D | iommu.h | 143 static inline void *get_iommu_table_base(struct device *dev)  in get_iommu_table_base()  function239 static inline void *get_iommu_table_base(struct device *dev)  in get_iommu_table_base()  function
 
 | 
| /Linux-v6.6/drivers/net/ethernet/ibm/ | 
| D | ibmveth.c | 1582 	tbl = get_iommu_table_base(&vdev->dev);  in ibmveth_get_desired_dma()
 | 
| D | ibmvnic.c | 6590 	tbl = get_iommu_table_base(&vdev->dev);  in ibmvnic_get_desired_dma()
 |