Searched refs:HF2_NMI_MASK (Results 1 - 3 of 3) sorted by relevance

/external/qemu/target-i386/
H A Dcpu.h185 #define HF2_NMI_MASK (1 << HF2_NMI_SHIFT) macro
H A Dop_helper.c2551 env->hflags2 &= ~HF2_NMI_MASK;
2795 env->hflags2 &= ~HF2_NMI_MASK;
/external/qemu/
H A Dcpu-exec.c425 !(env->hflags2 & HF2_NMI_MASK)) {
427 env->hflags2 |= HF2_NMI_MASK;

Completed in 61 milliseconds