Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/whpx/
H A Dwhpx-accel-ops.c50 while (cpu_thread_is_idle(cpu)) { in whpx_cpu_thread_fn()
91 ops->cpu_thread_is_idle = whpx_vcpu_thread_is_idle; in whpx_accel_ops_class_init()
/openbmc/qemu/system/
H A Dcpus.c86 bool cpu_thread_is_idle(CPUState *cpu) in cpu_thread_is_idle() function
97 if (cpus_accel->cpu_thread_is_idle) { in cpu_thread_is_idle()
98 return cpus_accel->cpu_thread_is_idle(cpu); in cpu_thread_is_idle()
108 if (!cpu_thread_is_idle(cpu)) { in all_cpu_threads_idle()
457 while (cpu_thread_is_idle(cpu)) { in qemu_wait_io_event()
/openbmc/qemu/include/sysemu/
H A Dcpus.h24 bool cpu_thread_is_idle(CPUState *cpu);
H A Daccel-ops.h42 bool (*cpu_thread_is_idle)(CPUState *cpu); member
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-accel-ops.c50 while (cpu_thread_is_idle(cpu)) { in qemu_nvmm_cpu_thread_fn()
/openbmc/qemu/accel/kvm/
H A Dkvm-accel-ops.c97 ops->cpu_thread_is_idle = kvm_vcpu_thread_is_idle; in kvm_accel_ops_class_init()