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

memory_region_iommu_replay: replay existing IOMMU translations to a notifier with the minimum page granularity returned by mr->iommu_ops->get_page_size().

@mr: the memory region to observe @n: the notifier to which to replay iommu mappings @is_write: Whether to treat the replay as a translate “write” through the iommu