Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Ddma-iommu.c24 return iommu_alloc_coherent(dev, get_iommu_table_base(dev), size, in dma_iommu_alloc_coherent()
33 iommu_free_coherent(get_iommu_table_base(dev), size, vaddr, dma_handle); in dma_iommu_free_coherent()
46 return iommu_map_page(dev, get_iommu_table_base(dev), page, offset, in dma_iommu_map_page()
55 iommu_unmap_page(get_iommu_table_base(dev), dma_handle, size, direction, in dma_iommu_unmap_page()
64 return ppc_iommu_map_sg(dev, get_iommu_table_base(dev), sglist, nelems, in dma_iommu_map_sg()
72 ppc_iommu_unmap_sg(get_iommu_table_base(dev), sglist, nelems, in dma_iommu_unmap_sg()
79 struct iommu_table *tbl = get_iommu_table_base(dev); in dma_iommu_dma_supported()
98 struct iommu_table *tbl = get_iommu_table_base(dev); in dma_iommu_get_required_mask()
Ddma.c144 iommu = get_iommu_table_base(dev); in dma_nommu_alloc_coherent()
165 iommu = get_iommu_table_base(dev); in dma_nommu_free_coherent()
301 get_iommu_table_base(dev) == NULL || in dma_set_coherent_mask()
Diommu.c1096 tbl = get_iommu_table_base(dev); in iommu_add_device()
/Linux-v4.19/arch/powerpc/include/asm/
Diommu.h154 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-v4.19/arch/powerpc/platforms/pseries/
Dvio.c524 tbl = get_iommu_table_base(dev); in vio_dma_iommu_map_page()
547 tbl = get_iommu_table_base(dev); in vio_dma_iommu_unmap_page()
563 tbl = get_iommu_table_base(dev); in vio_dma_iommu_map_sg()
599 tbl = get_iommu_table_base(dev); in vio_dma_iommu_unmap_sg()
724 tbl = get_iommu_table_base(dev); in vio_cmo_bus_probe()
1329 struct iommu_table *tbl = get_iommu_table_base(dev); in vio_dev_release()
/Linux-v4.19/drivers/net/ethernet/ibm/
Dibmveth.c1548 tbl = get_iommu_table_base(&vdev->dev); in ibmveth_get_desired_dma()
Dibmvnic.c4848 tbl = get_iommu_table_base(&vdev->dev); in ibmvnic_get_desired_dma()