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.h457 struct CPUState { struct
461 CPUClass *cc;
464 int nr_cores;
472 bool running, has_waiter;
475 bool created;
476 bool stop;
482 bool unplug;
508 QTAILQ_ENTRY(CPUState) node; argument
524 int kvm_fd;
548 AccelCPUState *accel; argument
[all …]
/openbmc/qemu/include/qemu/
H A Dtypedefs.h47 typedef struct CPUState CPUState; typedef