Home
last modified time | relevance | path

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

/external/qemu/
Dcpu-exec.c417 } else if (env->hflags2 & HF2_GIF_MASK) { in cpu_exec()
425 !(env->hflags2 & HF2_NMI_MASK)) { in cpu_exec()
427 env->hflags2 |= HF2_NMI_MASK; in cpu_exec()
435 (((env->hflags2 & HF2_VINTR_MASK) && in cpu_exec()
436 (env->hflags2 & HF2_HIF_MASK)) || in cpu_exec()
437 (!(env->hflags2 & HF2_VINTR_MASK) && in cpu_exec()
/external/qemu/target-i386/
Dmachine.c122 qemu_put_be32s(f, &env->hflags2); in cpu_save()
314 qemu_get_be32s(f, &env->hflags2); in cpu_load()
Dop_helper.c2551 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()
[all …]
Dcpu.h581 uint32_t hflags2; /* various other flags, see HF2_xxx constants. */ member
Dhelper.c486 env->hflags2 |= HF2_GIF_MASK; in cpu_reset()