Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Diommu.h161 extern struct iommu_table *iommu_tce_table_get(struct iommu_table *tbl);
/Linux-v4.19/arch/powerpc/kernel/
Diommu.c751 struct iommu_table *iommu_tce_table_get(struct iommu_table *tbl) in iommu_tce_table_get() function
758 EXPORT_SYMBOL_GPL(iommu_tce_table_get);
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_64_vio.c188 tbl = iommu_tce_table_get(tbltmp); in kvm_spapr_tce_attach_iommu_group()