Searched refs:emulation_state (Results 1 – 2 of 2) sorted by relevance
63 switch (env->hax_vcpu->emulation_state) in hax_stop_tbloop()74 env->hax_vcpu->emulation_state); in hax_stop_tbloop()85 env->hax_vcpu->emulation_state = HAX_EMULATE_STATE_NONE; in hax_stop_emulation()102 assert(vstate->emulation_state); in hax_stop_translate()103 if (vstate->emulation_state == HAX_EMULATE_STATE_MMIO ) in hax_stop_translate()271 env->hax_vcpu->emulation_state = HAX_EMULATE_STATE_INITIAL; in hax_init_vcpu()631 if (env->hax_vcpu->emulation_state != HAX_EMULATE_STATE_NONE) in hax_vcpu_exec()640 env->hax_vcpu->emulation_state = HAX_EMULATE_STATE_MMIO; in hax_vcpu_exec()645 env->hax_vcpu->emulation_state = in hax_vcpu_exec()1077 env->hax_vcpu->emulation_state = HAX_EMULATE_STATE_INITIAL; in hax_reset_vcpu_state()
33 int emulation_state; member