Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dmem_helper.c38 if (env->hflags & HF_MPX_EN_MASK) { in helper_boundw()
52 if (env->hflags & HF_MPX_EN_MASK) { in helper_boundl()
H A Dtranslate.c2152 && (s->flags & HF_MPX_EN_MASK) != 0 in gen_bnd_jmp()
3342 if (s->flags & HF_MPX_EN_MASK) { in gen_multi0F()
3426 if (s->flags & HF_MPX_EN_MASK) { in gen_multi0F()
/openbmc/qemu/target/i386/
H A Dhelper.c61 hflags |= HF_MPX_EN_MASK; in cpu_sync_bndcs_hflags()
63 hflags &= ~HF_MPX_EN_MASK; in cpu_sync_bndcs_hflags()
H A Dcpu.h198 #define HF_MPX_EN_MASK (1 << HF_MPX_EN_SHIFT) macro