Lines Matching refs:hflags2
2551 env->hflags2 &= ~HF2_NMI_MASK; in helper_iret_real()
2795 env->hflags2 &= ~HF2_NMI_MASK; in helper_iret_protected()
2918 if (!(env->hflags2 & HF2_VINTR_MASK)) { in helper_read_crN()
2942 if (!(env->hflags2 & HF2_VINTR_MASK)) { in helper_write_crN()
5010 env->hflags2 &= ~(HF2_HIF_MASK | HF2_VINTR_MASK); in helper_vmrun()
5013 env->hflags2 |= HF2_VINTR_MASK; in helper_vmrun()
5015 env->hflags2 |= HF2_HIF_MASK; in helper_vmrun()
5053 env->hflags2 |= HF2_GIF_MASK; in helper_vmrun()
5186 env->hflags2 |= HF2_GIF_MASK; in helper_stgi()
5192 env->hflags2 &= ~HF2_GIF_MASK; in helper_clgi()
5356 env->hflags2 &= ~(HF2_HIF_MASK | HF2_VINTR_MASK); in helper_vmexit()
5407 env->hflags2 &= ~HF2_GIF_MASK; in helper_vmexit()