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_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 …]
/openbmc/qemu/include/qemu/
H A Dtypedefs.h42 typedef struct CPUState CPUState; typedef