Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dmpx_helper.c137 env->hflags &= ~HF_MPX_IU_MASK; in helper_bnd_jmp()
H A Dtranslate.c2153 && (s->flags & HF_MPX_IU_MASK) != 0) { in gen_bnd_jmp()
3371 if (s->flags & HF_MPX_IU_MASK) { in gen_multi0F()
3391 gen_set_hflag(s, HF_MPX_IU_MASK); in gen_multi0F()
3421 gen_set_hflag(s, HF_MPX_IU_MASK); in gen_multi0F()
3454 gen_set_hflag(s, HF_MPX_IU_MASK); in gen_multi0F()
3473 if (s->flags & HF_MPX_IU_MASK) { in gen_multi0F()
H A Dfpu_helper.c2707 if ((env->hflags & HF_MPX_IU_MASK) == 0) { in get_xinuse()
3005 env->hflags |= HF_MPX_IU_MASK; in do_xrstor()
3008 env->hflags &= ~HF_MPX_IU_MASK; in do_xrstor()
/openbmc/qemu/target/i386/
H A Dcpu.h199 #define HF_MPX_IU_MASK (1 << HF_MPX_IU_SHIFT) macro