Home
last modified time | relevance | path

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

/qemu/accel/tcg/
H A Dtcg-accel-ops.c203 ops->kick_vcpu_thread = mttcg_kick_vcpu_thread; in tcg_accel_ops_init()
207 ops->kick_vcpu_thread = rr_kick_vcpu_thread; in tcg_accel_ops_init()
/qemu/include/sysemu/
H A Daccel-ops.h36 void (*kick_vcpu_thread)(CPUState *cpu); member
/qemu/target/i386/nvmm/
H A Dnvmm-accel-ops.c88 ops->kick_vcpu_thread = nvmm_kick_vcpu_thread; in nvmm_accel_ops_class_init()
/qemu/target/i386/whpx/
H A Dwhpx-accel-ops.c90 ops->kick_vcpu_thread = whpx_kick_vcpu_thread; in whpx_accel_ops_class_init()
/qemu/system/
H A Dcpus.c481 if (cpus_accel->kick_vcpu_thread) { in qemu_cpu_kick()
482 cpus_accel->kick_vcpu_thread(cpu); in qemu_cpu_kick()
/qemu/accel/hvf/
H A Dhvf-accel-ops.c579 ops->kick_vcpu_thread = hvf_kick_vcpu_thread; in hvf_accel_ops_class_init()