Home
last modified time | relevance | path

Searched refs:create_vcpu_thread (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dtcg-accel-ops.c202 ops->create_vcpu_thread = mttcg_start_vcpu_thread; in tcg_accel_ops_init()
206 ops->create_vcpu_thread = rr_start_vcpu_thread; in tcg_accel_ops_init()
/openbmc/qemu/accel/qtest/
H A Dqtest.c65 ops->create_vcpu_thread = dummy_start_vcpu_thread; in qtest_accel_ops_class_init()
/openbmc/qemu/include/sysemu/
H A Daccel-ops.h40 void (*create_vcpu_thread)(CPUState *cpu); /* MANDATORY NON-NULL */ member
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-accel-ops.c87 ops->create_vcpu_thread = nvmm_start_vcpu_thread; in nvmm_accel_ops_class_init()
/openbmc/qemu/system/
H A Dcpus.c654 assert(ops->create_vcpu_thread != NULL); /* mandatory */ in cpus_register_accel()
683 g_assert(cpus_accel != NULL && cpus_accel->create_vcpu_thread != NULL); in qemu_init_vcpu()
684 cpus_accel->create_vcpu_thread(cpu); in qemu_init_vcpu()
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-accel-ops.c89 ops->create_vcpu_thread = whpx_start_vcpu_thread; in whpx_accel_ops_class_init()
/openbmc/qemu/accel/kvm/
H A Dkvm-accel-ops.c96 ops->create_vcpu_thread = kvm_start_vcpu_thread; in kvm_accel_ops_class_init()
/openbmc/qemu/accel/xen/
H A Dxen-all.c153 ops->create_vcpu_thread = dummy_start_vcpu_thread; in xen_accel_ops_class_init()
/openbmc/qemu/accel/hvf/
H A Dhvf-accel-ops.c584 ops->create_vcpu_thread = hvf_start_vcpu_thread; in hvf_accel_ops_class_init()