Home
last modified time | relevance | path

Searched defs:CPUState (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/core/
H A Dcpu.h468 struct CPUState { struct
470 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 …]
/openbmc/qemu/include/qemu/
H A Dtypedefs.h43 typedef struct CPUState CPUState; typedef