Searched refs:unset_window (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/vfio/
H A Dvfio_iommu_spapr_tce.c667 if (!table_group->ops->set_window || !table_group->ops->unset_window ||
702 table_group->ops->unset_window(table_group, num);
734 if (!table_group->ops || !table_group->ops->unset_window)
737 table_group->ops->unset_window(table_group, num);
1195 if (!table_group->ops->unset_window) {
1202 table_group->ops->unset_window(table_group, i);
1226 table_group->ops->unset_window(table_group, i);
/linux-master/arch/powerpc/include/asm/
H A Diommu.h178 long (*unset_window)(struct iommu_table_group *table_group, member in struct:iommu_table_group_ops
/linux-master/arch/powerpc/kernel/
H A Diommu.c1275 .unset_window = spapr_tce_unset_window,
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c1582 .unset_window = pnv_pci_ioda2_unset_window,

Completed in 144 milliseconds