Home
last modified time | relevance | path

Searched refs:hflags2 (Results 1 – 7 of 7) sorted by relevance

/external/qemu/target-i386/
Dsvm_helper.c185 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()
Dmachine.c106 qemu_put_be32s(f, &env->hflags2); in cpu_save()
256 qemu_get_be32s(f, &env->hflags2); in cpu_load()
Dmisc_helper.c153 if (!(env->hflags2 & HF2_VINTR_MASK)) { in helper_read_crN()
177 if (!(env->hflags2 & HF2_VINTR_MASK)) { in helper_write_crN()
Dcpu.h751 uint32_t hflags2; /* various other flags, see HF2_xxx constants. */ member
Dseg_helper.c1756 env->hflags2 &= ~HF2_NMI_MASK; in helper_iret_real()
2001 env->hflags2 &= ~HF2_NMI_MASK; in helper_iret_protected()
Dhelper.c486 env->hflags2 |= HF2_GIF_MASK; in cpu_reset()
/external/qemu/
Dcpu-exec.c357 } 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()