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.h462 struct CPUState { struct
464 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 …]
/openbmc/qemu/include/qemu/
H A Dtypedefs.h43 typedef struct CPUState CPUState; typedef