Lines Matching full:iopl
105 int iopl;
745 if (s->pe && (s->cpl > s->iopl || s->vm86)) {
6200 if (s->iopl != 3) {
6342 if (s->vm86 && s->iopl != 3) {
6353 if (s->vm86 && s->iopl != 3) {
6366 if (s->cpl <= s->iopl) {
6640 if (s->vm86 && s->iopl != 3) {
6668 if (s->cpl <= s->iopl) {
6674 if (s->iopl == 3) {
6683 if (s->cpl <= s->iopl) {
6698 if (s->iopl == 3) {
7629 dc->iopl = (flags >> IOPL_SHIFT) & 3;