Home | History | Annotate | Download | only in target-i386

Lines Matching defs:ist

726     int type, dpl, selector, cpl, ist;
766 ist = e2 & 7;
781 if ((!(e2 & DESC_C_MASK) && dpl < cpl) || ist != 0) {
783 if (ist != 0)
784 esp = get_rsp_from_tss(env, ist + 3);
795 if (ist != 0)
796 esp = get_rsp_from_tss(env, ist + 3);