Searched defs:CPUState (Results 1 – 2 of 2) sorted by relevance
468 struct CPUState { struct470 DeviceState parent_obj;472 CPUClass *cc;475 int nr_threads;477 struct QemuThread *thread;479 QemuSemaphore sem;481 int thread_id;482 bool running, has_waiter;483 struct QemuCond *halt_cond;484 bool thread_kicked;[all …]
43 typedef struct CPUState CPUState; typedef