Searched refs:HF2_MPX_PR_MASK (Results 1 – 3 of 3) sorted by relevance
135 if (!(env->hflags2 & HF2_MPX_PR_MASK)) { in helper_bnd_jmp()
67 hflags2 |= HF2_MPX_PR_MASK; in cpu_sync_bndcs_hflags()69 hflags2 &= ~HF2_MPX_PR_MASK; in cpu_sync_bndcs_hflags()
220 #define HF2_MPX_PR_MASK (1 << HF2_MPX_PR_SHIFT) macro