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 Dfpu_helper.c2635 if ((env->hflags & HF_MPX_IU_MASK) == 0) { in get_xinuse()
2914 env->hflags |= HF_MPX_IU_MASK; in do_xrstor()
2917 env->hflags &= ~HF_MPX_IU_MASK; in do_xrstor()
H A Dtranslate.c2767 && (s->flags & HF_MPX_IU_MASK) != 0) { in gen_bnd_jmp()
6289 if (s->flags & HF_MPX_IU_MASK) { in disas_insn()
6309 gen_set_hflag(s, HF_MPX_IU_MASK); in disas_insn()
6340 gen_set_hflag(s, HF_MPX_IU_MASK); in disas_insn()
6376 gen_set_hflag(s, HF_MPX_IU_MASK); in disas_insn()
6396 if (s->flags & HF_MPX_IU_MASK) { in disas_insn()
/openbmc/qemu/target/i386/
H A Dcpu.h200 #define HF_MPX_IU_MASK (1 << HF_MPX_IU_SHIFT) macro