Home
last modified time | relevance | path

Searched refs:HF2_VGIF_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dsvm_helper.c410 env->hflags2 |= HF2_VGIF_MASK; in helper_vmrun()
595 env->hflags2 |= HF2_VGIF_MASK; in helper_stgi()
607 env->hflags2 &= ~HF2_VGIF_MASK; in helper_clgi()
912 env->hflags2 &= ~HF2_VGIF_MASK; in do_vmexit()
/openbmc/qemu/target/i386/
H A Dcpu.h223 #define HF2_VGIF_MASK (1 << HF2_VGIF_SHIFT) macro
H A Dcpu.c7216 env->hflags2 |= HF2_VGIF_MASK; in x86_cpu_reset_hold()
8303 } else if (env->hflags2 & HF2_VGIF_MASK) { in x86_cpu_pending_interrupt()