Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dhelper.c196 hflags = env->hflags & ~(HF_OSFXSR_MASK | HF_SMAP_MASK | HF_UMIP_MASK); in cpu_x86_update_cr4()
216 hflags |= HF_UMIP_MASK; in cpu_x86_update_cr4()
H A Dcpu.h200 #define HF_UMIP_MASK (1 << HF_UMIP_SHIFT) macro
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c2951 if (s->flags & HF_UMIP_MASK && !check_cpl0(s)) { in gen_multi0F()
2973 if (s->flags & HF_UMIP_MASK && !check_cpl0(s)) { in gen_multi0F()
3013 if (s->flags & HF_UMIP_MASK && !check_cpl0(s)) { in gen_multi0F()
3069 if (s->flags & HF_UMIP_MASK && !check_cpl0(s)) { in gen_multi0F()
3249 if (s->flags & HF_UMIP_MASK && !check_cpl0(s)) { in gen_multi0F()