Lines Matching refs:iopl
104 int iopl;
744 if (s->pe && (s->cpl > s->iopl || s->vm86)) {
6199 if (s->iopl != 3) {
6341 if (s->vm86 && s->iopl != 3) {
6352 if (s->vm86 && s->iopl != 3) {
6365 if (s->cpl <= s->iopl) {
6639 if (s->vm86 && s->iopl != 3) {
6667 if (s->cpl <= s->iopl) {
6673 if (s->iopl == 3) {
6682 if (s->cpl <= s->iopl) {
6697 if (s->iopl == 3) {
7628 dc->iopl = (flags >> IOPL_SHIFT) & 3;