Searched refs:IOPL_SHIFT (Results 1 – 3 of 3) sorted by relevance
125 #define IOPL_SHIFT 12 macro
2184 iopl = (env->eflags >> IOPL_SHIFT) & 3; in helper_ret_protected()
3629 int iopl = (flags >> IOPL_SHIFT) & 3; in i386_tr_init_disas_context()