Lines Matching full:stop
89 if (cpu->stop || !cpu_work_list_empty(cpu)) { in cpu_thread_is_idle()
318 * did not expect a QMP STOP event and so we need to retain compatibility.
327 if (cpu->stop) { in cpu_can_run()
439 cpu->stop = false; in qemu_cpu_stop()
450 if (cpu->stop) { in qemu_wait_io_event_common()
600 cpu->stop = true; in cpu_pause()
607 cpu->stop = false; in cpu_resume()
667 cpu->stop = true; in cpu_remove_sync()
719 current_cpu->stop = true; in cpu_stop_current()
756 /* Ensure that a STOP/RESUME pair of events is emitted if a in vm_prepare_start()
759 * the STOP event. in vm_prepare_start()