Home
last modified time | relevance | path

Searched refs:V_GIF_MASK (Results 1 – 2 of 2) sorted by relevance

/qemu/target/i386/
H A Dsvm.h16 #define V_GIF_MASK (1 << V_GIF_SHIFT) macro
/qemu/target/i386/tcg/system/
H A Dsvm_helper.c152 return !virtual_gif_enabled(env) || (env->int_ctl & V_GIF_MASK); in virtual_gif_set()
594 env->int_ctl |= V_GIF_MASK; in helper_stgi()
606 env->int_ctl &= ~V_GIF_MASK; in helper_clgi()