Searched defs:AccelCPUState (Results 1 – 4 of 4) sorted by relevance
60 struct AccelCPUState { struct61 hvf_vcpuid fd;62 void *exit;63 bool vtimer_masked;64 sigset_t unblock_ipi_mask;65 bool guest_debug_enabled;
32 struct AccelCPUState { struct33 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;
235 struct AccelCPUState { struct236 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;
24 typedef struct AccelCPUState AccelCPUState; typedef