Home
last modified time | relevance | path

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

/qemu/include/hw/core/
H A Dcpu.h434 struct CPUState { struct
438 CPUClass *cc;
441 int nr_cores;
449 bool running, has_waiter;
452 bool created;
453 bool stop;
459 bool unplug;
485 QTAILQ_ENTRY(CPUState) node; argument
515 * The callback pointer stays in the main CPUState as it is argument
529 AccelCPUState *accel; argument
[all …]
/qemu/include/qemu/
H A Dtypedefs.h48 typedef struct CPUState CPUState; typedef