Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dtcg-accel-ops-rr.c114 qemu_cond_wait_bql(first_cpu->halt_cond); in rr_wait_io_event()
201 qemu_cond_wait_bql(first_cpu->halt_cond); in rr_cpu_thread_fn()
318 single_tcg_halt_cond = cpu->halt_cond; in rr_start_vcpu_thread()
329 qemu_cond_destroy(cpu->halt_cond); in rr_start_vcpu_thread()
330 g_free(cpu->halt_cond); in rr_start_vcpu_thread()
332 cpu->halt_cond = single_tcg_halt_cond; in rr_start_vcpu_thread()
/openbmc/qemu/hw/core/
H A Dcpu-common.c252 cpu->halt_cond = g_new0(QemuCond, 1); in cpu_common_initfn()
253 qemu_cond_init(cpu->halt_cond); in cpu_common_initfn()
292 qemu_cond_destroy(cpu->halt_cond); in cpu_common_finalize()
293 g_free(cpu->halt_cond); in cpu_common_finalize()
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-accel-ops.c51 qemu_cond_wait_bql(cpu->halt_cond); in qemu_nvmm_cpu_thread_fn()
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-accel-ops.c51 qemu_cond_wait_bql(cpu->halt_cond); in whpx_cpu_thread_fn()
/openbmc/qemu/migration/
H A Dcpu-throttle.c65 qemu_cond_timedwait_bql(cpu->halt_cond, in cpu_throttle_thread()
/openbmc/qemu/system/
H A Dcpus.c462 qemu_cond_wait(cpu->halt_cond, &bql); in qemu_wait_io_event()
491 qemu_cond_broadcast(cpu->halt_cond); in qemu_cpu_kick()
H A Dphysmem.c2619 if (cpu->halt_cond) { in tcg_commit()
/openbmc/qemu/include/hw/core/
H A Dcpu.h478 struct QemuCond *halt_cond; member