Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pseries/
H A Diommu.c918 set_iommu_table_base(&dev->dev, tbl); in pci_dma_dev_setup_pSeries()
930 set_iommu_table_base(&dev->dev, in pci_dma_dev_setup_pSeries()
1684 set_iommu_table_base(&dev->dev, NULL); in enable_ddw()
1726 set_iommu_table_base(&dev->dev, newtbl); in enable_ddw()
1897 set_iommu_table_base(&dev->dev, pci->table_group->tables[0]); in pci_dma_dev_setup_pSeriesLP()
2041 set_iommu_table_base(&pdev->dev, tbl); in pseries_setup_default_iommu_config()
2217 set_iommu_table_base(&pdev->dev, tbl); in spapr_tce_create_table()
2382 set_iommu_table_base(dev, NULL); in spapr_tce_take_ownership()
H A Dvio.c1435 set_iommu_table_base(&viodev->dev, in vio_register_device_node()
/linux/arch/powerpc/platforms/pasemi/
H A Diommu.c190 set_iommu_table_base(&dev->dev, &iommu_table_iobmap); in pci_dma_dev_setup_pasemi()
/linux/arch/powerpc/sysdev/
H A Ddart_iommu.c379 set_iommu_table_base(&dev->dev, &iommu_table_dart); in pci_dma_dev_setup_dart()
/linux/arch/powerpc/include/asm/
H A Diommu.h139 static inline void set_iommu_table_base(struct device *dev, in set_iommu_table_base() function