Searched refs:kick_vcpu_thread (Results 1 – 6 of 6) sorted by relevance
203 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()
41 void (*kick_vcpu_thread)(CPUState *cpu); member
88 ops->kick_vcpu_thread = nvmm_kick_vcpu_thread; in nvmm_accel_ops_class_init()
90 ops->kick_vcpu_thread = whpx_kick_vcpu_thread; in whpx_accel_ops_class_init()
492 if (cpus_accel->kick_vcpu_thread) { in qemu_cpu_kick()493 cpus_accel->kick_vcpu_thread(cpu); in qemu_cpu_kick()
585 ops->kick_vcpu_thread = hvf_kick_vcpu_thread; in hvf_accel_ops_class_init()