Lines Matching defs:rpl
1557 u8 dpl, rpl;
1585 rpl = selector & 3;
1597 if (ctxt->mode != X86EMUL_MODE_PROT64 || rpl != cpl)
1639 if (rpl != cpl || (seg_desc.type & 0xa) != 0x2 || dpl != cpl)
1656 if (rpl < cpl)
1659 if (rpl > cpl)
1665 if (dpl > rpl)
1669 if (dpl != rpl)
1679 if (rpl > cpl || dpl != cpl)
1711 (rpl > dpl || cpl > dpl)))