Home
last modified time | relevance | path

Searched refs:iommu_tce_table_get (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Diommu.h150 extern struct iommu_table *iommu_tce_table_get(struct iommu_table *tbl);
/openbmc/linux/arch/powerpc/kernel/
H A Diommu.c829 struct iommu_table *iommu_tce_table_get(struct iommu_table *tbl) in iommu_tce_table_get() function
836 EXPORT_SYMBOL_GPL(iommu_tce_table_get);
1219 *ptbl = iommu_tce_table_get(tbl); in spapr_tce_create_table()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda-tce.c427 table_group->tables[num] = iommu_tce_table_get(tbl); in pnv_pci_link_table_and_group()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_64_vio.c156 tbl = iommu_tce_table_get(tbltmp); in kvm_spapr_tce_attach_iommu_group()