Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dsvm_helper.c403 env->hflags2 |= HF2_GIF_MASK; in helper_vmrun()
597 env->hflags2 |= HF2_GIF_MASK; in helper_stgi()
609 env->hflags2 &= ~HF2_GIF_MASK; in helper_clgi()
911 env->hflags2 &= ~HF2_GIF_MASK; in do_vmexit()
/openbmc/qemu/target/i386/
H A Dcpu.h215 #define HF2_GIF_MASK (1 << HF2_GIF_SHIFT) macro
H A Dcpu.c7214 env->hflags2 |= HF2_GIF_MASK; in x86_cpu_reset_hold()
8283 if (env->hflags2 & HF2_GIF_MASK) { in x86_cpu_pending_interrupt()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c5180 if (cpu_has_svm(env) && (env->hflags2 & HF2_GIF_MASK)) { in kvm_put_nested_state()
5226 env->hflags2 |= HF2_GIF_MASK; in kvm_get_nested_state()
5228 env->hflags2 &= ~HF2_GIF_MASK; in kvm_get_nested_state()