Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Diommu.h322 extern int iommu_take_ownership(struct iommu_table *tbl);
/Linux-v4.19/arch/powerpc/kernel/
Diommu.c1016 int iommu_take_ownership(struct iommu_table *tbl) in iommu_take_ownership() function
1054 EXPORT_SYMBOL_GPL(iommu_take_ownership);
/Linux-v4.19/drivers/vfio/
Dvfio_iommu_spapr_tce.c1176 rc = iommu_take_ownership(tbl); in tce_iommu_take_ownership()