Home | History | Annotate | Download | only in target-i386

Lines Matching refs:iopl

2582     int cpl, dpl, rpl, eflags_mask, iopl;
2739 iopl = (env->eflags >> IOPL_SHIFT) & 3;
2740 if (cpl <= iopl)