Lines Matching defs:rpl

332     int rpl, dpl, cpl;
350 rpl = selector & 3;
357 if (dpl != rpl)
359 if ((e2 & DESC_C_MASK) && dpl > rpl)
365 if (dpl != cpl || dpl != rpl)
373 if (dpl < cpl || dpl < rpl)
2656 int cpl, dpl, rpl;
2711 rpl = selector & 3;
2717 if (rpl != cpl || dpl != cpl)
2726 if (dpl < cpl || dpl < rpl)
2760 uint32_t e1, e2, cpl, dpl, rpl, limit;
2781 rpl = new_cs & 3;
2782 if (rpl > cpl)
2803 rpl = new_cs & 3;
2810 if (dpl < cpl || dpl < rpl)
2818 if ((dpl < cpl) || (dpl < rpl))
2887 uint32_t e1, e2, cpl, dpl, rpl, selector, offset, param_count;
2914 rpl = new_cs & 3;
2915 if (rpl > cpl)
2968 rpl = new_cs & 3;
2973 if (dpl < cpl || dpl < rpl)
2987 if (dpl < cpl || dpl < rpl)
3190 int cpl, dpl, rpl, eflags_mask, iopl;
3287 rpl = new_cs & 3;
3288 if (rpl < cpl)
3291 Log(("rpl < cpl (%d vs %d)\n", rpl, cpl));
3298 if (dpl > rpl)
3301 Log(("dpl > rpl (%d vs %d)\n", dpl, rpl));
3306 if (dpl != rpl)
3309 Log(("dpl != rpl (%d vs %d) e1=%x e2=%x\n", dpl, rpl, e1, e2));
3323 if (rpl == cpl && (!(env->hflags & HF_CS64_MASK) ||
3360 if ((env->hflags & HF_LMA_MASK) && rpl != 3) {
3364 DESC_S_MASK | (rpl << DESC_DPL_SHIFT) |
3369 if ((env->hflags & HF_LMA_MASK) && rpl != 3 && (e2 & DESC_L_MASK)) {
3374 DESC_INTEL_UNUSABLE | (rpl << DESC_DPL_SHIFT) );
3381 Log(("NULL ss, rpl=%d\n", rpl));
3386 if ((new_ss & 3) != rpl)
3389 Log(("new_ss=%x != rpl=%d\n", new_ss, rpl));
3410 if (dpl != rpl)
3413 Log(("SS.dpl=%u != rpl=%u\n", dpl, rpl));
3440 cpu_x86_set_cpl(env, rpl);
3450 validate_seg(R_ES, rpl);
3451 validate_seg(R_DS, rpl);
3452 validate_seg(R_FS, rpl);
3453 validate_seg(R_GS, rpl);
4110 int rpl, dpl, cpl, type;
4118 rpl = selector & 3;
4125 if (dpl < cpl || dpl < rpl)
4140 if (dpl < cpl || dpl < rpl) {
4154 int rpl, dpl, cpl, type;
4162 rpl = selector & 3;
4169 if (dpl < cpl || dpl < rpl)
4187 if (dpl < cpl || dpl < rpl) {
4204 int rpl, dpl, cpl;
4214 rpl = selector & 3;
4221 if (dpl < cpl || dpl < rpl)
4225 if (dpl < cpl || dpl < rpl) {
4237 int rpl, dpl, cpl;
4247 rpl = selector & 3;
4253 if (dpl < cpl || dpl < rpl)