Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Diommu.h299 extern int iommu_take_ownership(struct iommu_table *tbl);
/linux-4.4.14/arch/powerpc/kernel/
Diommu.c1005 int iommu_take_ownership(struct iommu_table *tbl) in iommu_take_ownership() function
1043 EXPORT_SYMBOL_GPL(iommu_take_ownership);
/linux-4.4.14/drivers/vfio/
Dvfio_iommu_spapr_tce.c1069 rc = iommu_take_ownership(tbl); in tce_iommu_take_ownership()