Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dhelper.c167 ((new_cr0 << (HF_MP_SHIFT - 1)) & (HF_MP_MASK | HF_EM_MASK | HF_TS_MASK)); in cpu_x86_update_cr0()
H A Dcpu.h156 #define HF_MP_SHIFT 9 /* the order must be MP, EM, TS */ macro
183 #define HF_MP_MASK (1 << HF_MP_SHIFT)
H A Dcpu.c8380 hflags |= (env->cr[0] << (HF_MP_SHIFT - CR0_MP_SHIFT)) & in x86_update_hflags()