Searched refs:hflags2 (Results 1 – 5 of 5) sorted by relevance
417 } 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()
122 qemu_put_be32s(f, &env->hflags2); in cpu_save()314 qemu_get_be32s(f, &env->hflags2); in cpu_load()
2551 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 …]
581 uint32_t hflags2; /* various other flags, see HF2_xxx constants. */ member
486 env->hflags2 |= HF2_GIF_MASK; in cpu_reset()