Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/include/asm/
Diommu.h306 extern int iommu_take_ownership(struct iommu_table *tbl);
/Linux-v6.1/arch/powerpc/kernel/
Diommu.c1091 int iommu_take_ownership(struct iommu_table *tbl) in iommu_take_ownership() function
1123 EXPORT_SYMBOL_GPL(iommu_take_ownership);
/Linux-v6.1/drivers/vfio/
Dvfio_iommu_spapr_tce.c1171 rc = iommu_take_ownership(tbl); in tce_iommu_take_ownership()