Lines Matching refs:dpl
1691 u8 dpl, rpl;
1715 seg_desc.dpl = 3;
1741 seg_desc.dpl = cpl;
1765 dpl = seg_desc.dpl;
1773 if (rpl != cpl || (seg_desc.type & 0xa) != 0x2 || dpl != cpl)
1782 if (dpl > cpl)
1786 if (rpl > cpl || dpl != cpl)
1817 (rpl > dpl && cpl > dpl)))
2444 desc->dpl = (flags >> 13) & 3;
2762 cs->dpl = 0; /* will be adjusted later */
2773 ss->dpl = 0;
2958 cs.dpl = 3;
2959 ss.dpl = 3;
3381 int dpl;
3388 dpl = task_gate_desc.dpl;
3389 if ((tss_selector & 3) > dpl || ops->cpl(ctxt) > dpl)