Searched refs:hflags2 (Results 1 – 7 of 7) sorted by relevance
185 env->hflags2 &= ~(HF2_HIF_MASK | HF2_VINTR_MASK); in helper_vmrun()188 env->hflags2 |= HF2_VINTR_MASK; in helper_vmrun()190 env->hflags2 |= HF2_HIF_MASK; in helper_vmrun()228 env->hflags2 |= HF2_GIF_MASK; in helper_vmrun()361 env->hflags2 |= HF2_GIF_MASK; in helper_stgi()367 env->hflags2 &= ~HF2_GIF_MASK; in helper_clgi()539 env->hflags2 &= ~(HF2_HIF_MASK | HF2_VINTR_MASK); in helper_vmexit()590 env->hflags2 &= ~HF2_GIF_MASK; in helper_vmexit()
106 qemu_put_be32s(f, &env->hflags2); in cpu_save()256 qemu_get_be32s(f, &env->hflags2); in cpu_load()
153 if (!(env->hflags2 & HF2_VINTR_MASK)) { in helper_read_crN()177 if (!(env->hflags2 & HF2_VINTR_MASK)) { in helper_write_crN()
751 uint32_t hflags2; /* various other flags, see HF2_xxx constants. */ member
1756 env->hflags2 &= ~HF2_NMI_MASK; in helper_iret_real()2001 env->hflags2 &= ~HF2_NMI_MASK; in helper_iret_protected()
486 env->hflags2 |= HF2_GIF_MASK; in cpu_reset()
357 } else if (env->hflags2 & HF2_GIF_MASK) { in cpu_exec()365 !(env->hflags2 & HF2_NMI_MASK)) { in cpu_exec()367 env->hflags2 |= HF2_NMI_MASK; in cpu_exec()375 (((env->hflags2 & HF2_VINTR_MASK) && in cpu_exec()376 (env->hflags2 & HF2_HIF_MASK)) || in cpu_exec()377 (!(env->hflags2 & HF2_VINTR_MASK) && in cpu_exec()