Lines Matching refs:dpl
1557 u8 dpl, rpl;
1581 seg_desc.dpl = 3;
1607 seg_desc.dpl = cpl;
1631 dpl = seg_desc.dpl;
1639 if (rpl != cpl || (seg_desc.type & 0xa) != 0x2 || dpl != cpl)
1665 if (dpl > rpl)
1669 if (dpl != rpl)
1675 if (dpl > cpl)
1679 if (rpl > cpl || dpl != cpl)
1711 (rpl > dpl || cpl > dpl)))
2337 cs->dpl = 0; /* will be adjusted later */
2348 ss->dpl = 0;
2533 cs.dpl = 3;
2534 ss.dpl = 3;
2954 int dpl;
2961 dpl = task_gate_desc.dpl;
2962 if ((tss_selector & 3) > dpl || ops->cpl(ctxt) > dpl)