Function panda_sys::memory_region_set_coalescing[][src]

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

memory_region_set_coalescing: Enable memory coalescing for the region.

Enabled writes to a region to be queued for later processing. MMIO ->write callbacks may be delayed until a non-coalesced MMIO is issued. Only useful for IO regions. Roughly similar to write-combining hardware.

@mr: the memory region to be write coalesced