Home
last modified time | relevance | path

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

/openbmc/qemu/include/system/
H A Dhvf_int.h60 struct AccelCPUState { struct
61 hvf_vcpuid fd;
62 void *exit;
63 bool vtimer_masked;
64 sigset_t unblock_ipi_mask;
65 bool guest_debug_enabled;
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-all.c32 struct AccelCPUState { struct
33 struct nvmm_vcpu vcpu;
34 uint8_t tpr;
35 bool stop;
38 bool int_window_exit;
39 bool nmi_window_exit;
42 bool int_shadow;
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c235 struct AccelCPUState { struct
236 WHV_EMULATOR_HANDLE emulator;
237 bool window_registered;
238 bool interruptable;
239 bool ready_for_pic_interrupt;
240 uint64_t tpr;
241 uint64_t apic_base;
242 bool interruption_pending;
245 WHV_RUN_VP_EXIT_CONTEXT exit_ctx;
/openbmc/qemu/include/qemu/
H A Dtypedefs.h24 typedef struct AccelCPUState AccelCPUState; typedef