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

memory_region_register_iommu_notifier: register a notifier for changes to IOMMU translation entries.

@mr: the memory region to observe @n: the IOMMUNotifier to be added; the notify callback receives a pointer to an #IOMMUTLBEntry as the opaque value; the pointer ceases to be valid on exit from the notifier.