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.c392 env->hflags2 |= HF2_GIF_MASK; in helper_vmrun()
586 env->hflags2 |= HF2_GIF_MASK; in helper_stgi()
598 env->hflags2 &= ~HF2_GIF_MASK; in helper_clgi()
882 env->hflags2 &= ~HF2_GIF_MASK; in do_vmexit()
/openbmc/qemu/target/i386/
H A Dcpu.h216 #define HF2_GIF_MASK (1 << HF2_GIF_SHIFT) macro
H A Dcpu.c6712 env->hflags2 |= HF2_GIF_MASK; in x86_cpu_reset_hold()
7691 if (env->hflags2 & HF2_GIF_MASK) { in x86_cpu_pending_interrupt()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c4500 if (cpu_has_svm(env) && (env->hflags2 & HF2_GIF_MASK)) { in kvm_put_nested_state()
4546 env->hflags2 |= HF2_GIF_MASK; in kvm_get_nested_state()
4548 env->hflags2 &= ~HF2_GIF_MASK; in kvm_get_nested_state()