Home
last modified time | relevance | path

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

/qemu/include/hw/core/
H A Dcpu.h466 struct CPUState { struct
468 DeviceState parent_obj;
470 CPUClass *cc;
473 int nr_threads;
475 struct QemuThread *thread;
477 QemuSemaphore sem;
479 int thread_id;
480 bool running, has_waiter;
481 struct QemuCond *halt_cond;
482 bool thread_kicked;
[all …]
/qemu/include/qemu/
H A Dtypedefs.h43 typedef struct CPUState CPUState; typedef