Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dcpu.h125 #define IOPL_SHIFT 12 macro
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c2184 iopl = (env->eflags >> IOPL_SHIFT) & 3; in helper_ret_protected()
H A Dtranslate.c3629 int iopl = (flags >> IOPL_SHIFT) & 3; in i386_tr_init_disas_context()