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