Home
last modified time | relevance | path

Searched defs:AccelCPUState (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Dhvf_int.h54 struct AccelCPUState { struct
55 hvf_vcpuid fd;
56 void *exit;
57 bool vtimer_masked;
58 sigset_t unblock_ipi_mask;
59 bool guest_debug_enabled;
60 bool dirty;
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-all.c29 struct AccelCPUState { struct
30 struct nvmm_vcpu vcpu;
31 uint8_t tpr;
32 bool stop;
33 bool dirty;
36 bool int_window_exit;
37 bool nmi_window_exit;
40 bool int_shadow;
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c232 struct AccelCPUState { struct
233 WHV_EMULATOR_HANDLE emulator;
234 bool window_registered;
235 bool interruptable;
236 bool ready_for_pic_interrupt;
237 uint64_t tpr;
238 uint64_t apic_base;
239 bool interruption_pending;
240 bool dirty;
243 WHV_RUN_VP_EXIT_CONTEXT exit_ctx;
/openbmc/qemu/include/qemu/
H A Dtypedefs.h24 typedef struct AccelCPUState AccelCPUState; typedef