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

Lines Matching refs:iopl

1788     int cpl, dpl, rpl, eflags_mask, iopl;
1945 iopl = (env->eflags >> IOPL_SHIFT) & 3;
1946 if (cpl <= iopl)