Home
last modified time | relevance | path

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

/qemu/target/i386/tcg/
H A Dmpx_helper.c135 if (!(env->hflags2 & HF2_MPX_PR_MASK)) { in helper_bnd_jmp()
/qemu/target/i386/
H A Dhelper.c67 hflags2 |= HF2_MPX_PR_MASK; in cpu_sync_bndcs_hflags()
69 hflags2 &= ~HF2_MPX_PR_MASK; in cpu_sync_bndcs_hflags()
H A Dcpu.h219 #define HF2_MPX_PR_MASK (1 << HF2_MPX_PR_SHIFT) macro