Home
last modified time | relevance | path

Searched refs:HF2_GIF_MASK (Results 1 – 4 of 4) sorted by relevance

/external/qemu/target-i386/
Dcpu.h183 #define HF2_GIF_MASK (1 << HF2_GIF_SHIFT) macro
Dop_helper.c5053 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()
Dhelper.c486 env->hflags2 |= HF2_GIF_MASK; in cpu_reset()
/external/qemu/
Dcpu-exec.c417 } else if (env->hflags2 & HF2_GIF_MASK) { in cpu_exec()