Function panda_sys::memory_region_unregister_iommu_notifier[][src]

pub unsafe extern "C" fn memory_region_unregister_iommu_notifier(
    mr: *mut MemoryRegion,
    n: *mut IOMMUNotifier
)
Expand description

memory_region_unregister_iommu_notifier: unregister a notifier for changes to IOMMU translation entries.

@mr: the memory region which was observed and for which notity_stopped() needs to be called @n: the notifier to be removed.