Home
last modified time | relevance | path

Searched refs:get_iommu_table_base (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/kernel/
H A Ddma-iommu.c97 return iommu_alloc_coherent(dev, get_iommu_table_base(dev), size, in dma_iommu_alloc_coherent()
106 iommu_free_coherent(get_iommu_table_base(dev), size, vaddr, dma_handle); in dma_iommu_free_coherent()
119 return iommu_map_phys(dev, get_iommu_table_base(dev), phys, size, in dma_iommu_map_phys()
127 iommu_unmap_phys(get_iommu_table_base(dev), dma_handle, size, direction, in dma_iommu_unmap_phys()
135 return ppc_iommu_map_sg(dev, get_iommu_table_base(dev), sglist, nelems, in dma_iommu_map_sg()
143 ppc_iommu_unmap_sg(get_iommu_table_base(dev), sglist, nelems, in dma_iommu_unmap_sg()
173 tbl = get_iommu_table_base(dev); in dma_iommu_dma_supported()
194 struct iommu_table *tbl = get_iommu_table_base(dev); in dma_iommu_get_required_mask()
/linux/arch/powerpc/platforms/pseries/
H A Dvio.c494 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_phys()
548 struct iommu_table *tbl = get_iommu_table_base(dev); in vio_dma_iommu_unmap_phys()
559 struct iommu_table *tbl = get_iommu_table_base(dev); in vio_dma_iommu_map_sg()
594 struct iommu_table *tbl = get_iommu_table_base(dev); in vio_dma_iommu_unmap_sg()
714 tbl = get_iommu_table_base(dev); in vio_cmo_bus_probe()
1320 struct iommu_table *tbl = get_iommu_table_base(dev); in vio_dev_release()
/linux/arch/powerpc/include/asm/
H A Diommu.h145 static inline void *get_iommu_table_base(struct device *dev) in get_iommu_table_base() function
249 static inline void *get_iommu_table_base(struct device *dev) in get_iommu_table_base() function
/linux/drivers/net/ethernet/ibm/
H A Dibmveth.c1708 tbl = get_iommu_table_base(&vdev->dev); in ibmveth_get_desired_dma()
H A Dibmvnic.c6704 tbl = get_iommu_table_base(&vdev->dev); in ibmvnic_get_desired_dma()