Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Diommu.h147 extern struct iommu_table *iommu_tce_table_get(struct iommu_table *tbl);
/linux-6.1.9/arch/powerpc/platforms/powernv/
Dpci-ioda-tce.c427 table_group->tables[num] = iommu_tce_table_get(tbl); in pnv_pci_link_table_and_group()
/linux-6.1.9/arch/powerpc/kernel/
Diommu.c819 struct iommu_table *iommu_tce_table_get(struct iommu_table *tbl) in iommu_tce_table_get() function
826 EXPORT_SYMBOL_GPL(iommu_tce_table_get);
/linux-6.1.9/arch/powerpc/kvm/
Dbook3s_64_vio.c156 tbl = iommu_tce_table_get(tbltmp); in kvm_spapr_tce_attach_iommu_group()