Function panda_sys::memory_region_set_flush_coalesced[][src]

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

memory_region_set_flush_coalesced: Enforce memory coalescing flush before accesses.

Ensure that pending coalesced MMIO request are flushed before the memory region is accessed. This property is automatically enabled for all regions passed to memory_region_set_coalescing() and memory_region_add_coalescing().

@mr: the memory region to be updated.