Searched refs:HF2_GIF_MASK (Results 1 – 4 of 4) sorted by relevance
183 #define HF2_GIF_MASK (1 << HF2_GIF_SHIFT) macro
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()5407 env->hflags2 &= ~HF2_GIF_MASK; in helper_vmexit()
486 env->hflags2 |= HF2_GIF_MASK; in cpu_reset()
417 } else if (env->hflags2 & HF2_GIF_MASK) { in cpu_exec()