Home
last modified time | relevance | path

Searched refs:rr_start_vcpu_thread (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dtcg-accel-ops-rr.h19 void rr_start_vcpu_thread(CPUState *cpu);
H A Dtcg-accel-ops.c206 ops->create_vcpu_thread = rr_start_vcpu_thread; in tcg_accel_ops_init()
H A Dtcg-accel-ops-rr.c308 void rr_start_vcpu_thread(CPUState *cpu) in rr_start_vcpu_thread() function