Home
last modified time | relevance | path

Searched refs:HF_CPL_SHIFT (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/i386/
H A Dcpu.h144 #define HF_CPL_SHIFT 0 macro
175 #define HF_CPL_MASK (3 << HF_CPL_SHIFT)
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c3893 int cpl = (flags >> HF_CPL_SHIFT) & 3; in i386_tr_init_disas_context()