Function panda_sys::memory_region_clear_flush_coalesced[][src]

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

memory_region_clear_flush_coalesced: Disable memory coalescing flush before accesses.

Clear the automatic coalesced MMIO flushing enabled via memory_region_set_flush_coalesced. Note that this service has no effect on memory regions that have MMIO coalescing enabled for themselves. For them, automatic flushing will stop once coalescing is disabled.

@mr: the memory region to be updated.