Searched defs:AccelCPUState (Results 1 – 4 of 4) sorted by relevance
54 struct AccelCPUState { struct55 hvf_vcpuid fd;56 void *exit;57 bool vtimer_masked;58 sigset_t unblock_ipi_mask;59 bool guest_debug_enabled;60 bool dirty;
29 struct AccelCPUState { struct30 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;
232 struct AccelCPUState { struct233 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;
24 typedef struct AccelCPUState AccelCPUState; typedef