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

/external/qemu/target-i386/
H A Dcpu.h109 #define IOPL_SHIFT 12 macro
H A Dop_helper.c2739 iopl = (env->eflags >> IOPL_SHIFT) & 3;
H A Dtranslate.c7629 dc->iopl = (flags >> IOPL_SHIFT) & 3;

Completed in 65 milliseconds