Searched refs:state_pending_exact (Results 1 – 8 of 8) sorted by relevance
210 void (*state_pending_exact)(void *opaque, uint64_t *must_precopy, member
342 .state_pending_exact = cmma_state_pending,
57 * A ``state_pending_exact`` function that reads pending_bytes from the vendor
491 - A ``state_pending_exact`` function that indicates how much more497 threshold, we call ``state_pending_exact``.
773 .state_pending_exact = vfio_state_pending_exact,
1254 .state_pending_exact = dirty_bitmap_state_pending,
1675 if (!se->ops || !se->ops->state_pending_exact) { in qemu_savevm_state_pending_exact()1683 se->ops->state_pending_exact(se->opaque, must_precopy, can_postcopy); in qemu_savevm_state_pending_exact()
4475 .state_pending_exact = ram_state_pending_exact,