pub unsafe extern "C" fn memory_region_clear_coalescing(
    mr: *mut MemoryRegion
)
Expand description

memory_region_clear_coalescing: Disable MMIO coalescing for the region.

Disables any coalescing caused by memory_region_set_coalescing() or memory_region_add_coalescing(). Roughly equivalent to uncacheble memory hardware.

@mr: the memory region to be updated.