Searched defs:CPUState (Results 1 – 2 of 2) sorted by relevance
462 struct CPUState { struct464 DeviceState parent_obj;466 CPUClass *cc;469 int nr_threads;471 struct QemuThread *thread;473 QemuSemaphore sem;475 int thread_id;476 bool running, has_waiter;477 struct QemuCond *halt_cond;478 bool thread_kicked;[all …]
43 typedef struct CPUState CPUState; typedef