Home
last modified time | relevance | path

Searched refs:coalesced (Results 1 – 6 of 6) sorted by relevance

/qemu/include/hw/virtio/
H A Dvirtio-net.h72 uint32_t coalesced; member
/qemu/system/
H A Dmemory.c884 * Notify the memory listeners about the coalesced IO change events of
916 QTAILQ_FOREACH(cmr, &fr->mr->coalesced, link) { in flat_range_coalesced_io_del()
926 if (QTAILQ_EMPTY(&mr->coalesced)) { in flat_range_coalesced_io_add()
930 QTAILQ_FOREACH(cmr, &mr->coalesced, link) { in flat_range_coalesced_io_add()
945 QTAILQ_FOREACH(cmr, &mr->coalesced, link) { in flat_range_coalesced_io_notify_listener_add_del()
1304 QTAILQ_INIT(&mr->coalesced); in memory_region_initfn()
2506 QTAILQ_INSERT_TAIL(&mr->coalesced, cmr, link); in memory_region_update_coalesced_range()
2515 if (QTAILQ_EMPTY(&mr->coalesced)) { in memory_region_set_coalescing()
2522 while (!QTAILQ_EMPTY(&mr->coalesced)) { in memory_region_add_coalescing()
2523 cmr = QTAILQ_FIRST(&mr->coalesced); in memory_region_add_coalescing()
[all...]
/qemu/
H A Dhmp-commands-info.hx294 When different objects that share the same call site are coalesced,
296 being coalesced.
/qemu/docs/devel/
H A Dmemory.rst16 - setting up coalesced memory for kvm
156 Various region attributes (read-only, dirty logging, coalesced mmio,
/qemu/include/system/
H A Dmemory.h802 QTAILQ_HEAD(, CoalescedMemoryRange) coalesced;
1042 * for a section of the address space that has had a new coalesced
1047 * @addr: The starting address for the coalesced MMIO range.
1048 * @len: The length of the coalesced MMIO range.
1057 * for a section of the address space that has dropped a coalesced
1062 * @addr: The starting address for the coalesced MMIO range.
1063 * @len: The length of the coalesced MMIO range.
2197 * callbacks may be delayed until a non-coalesced MMIO is issued.
2200 * @mr: the memory region to be write coalesced
2209 * Multiple calls can be issued coalesced disjoin
[all...]
/qemu/hw/net/
H A Dvirtio-net.c2313 chain->stat.coalesced++; in virtio_net_rsc_coalesce_data()