Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/include/asm/
Diommu.h149 extern struct iommu_table *iommu_tce_table_get(struct iommu_table *tbl);
/Linux-v5.10/arch/powerpc/platforms/powernv/
Dpci-ioda-tce.c424 table_group->tables[num] = iommu_tce_table_get(tbl); in pnv_pci_link_table_and_group()
Dnpu-dma.c326 table_group->tables[num] = iommu_tce_table_get(tbl); in pnv_npu_peers_set_window()
/Linux-v5.10/arch/powerpc/kernel/
Diommu.c764 struct iommu_table *iommu_tce_table_get(struct iommu_table *tbl) in iommu_tce_table_get() function
771 EXPORT_SYMBOL_GPL(iommu_tce_table_get);
/Linux-v5.10/arch/powerpc/kvm/
Dbook3s_64_vio.c144 tbl = iommu_tce_table_get(tbltmp); in kvm_spapr_tce_attach_iommu_group()