Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dmemory.c3053 static unsigned int postponed_stop_flags; variable
3088 postponed_stop_flags &= ~flags; in memory_global_dirty_log_start()
3141 if (postponed_stop_flags) { in memory_global_dirty_log_stop_postponed_run()
3142 memory_global_dirty_log_do_stop(postponed_stop_flags); in memory_global_dirty_log_stop_postponed_run()
3143 postponed_stop_flags = 0; in memory_global_dirty_log_stop_postponed_run()
3164 postponed_stop_flags |= flags; in memory_global_dirty_log_stop()
3166 postponed_stop_flags = flags; in memory_global_dirty_log_stop()