Searched defs:ist (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dop_helper.c1256 int type, dpl, selector, cpl, ist; local
1301 ist = e2 & 7;
1316 if ((!(e2 & DESC_C_MASK) && dpl < cpl) || ist != 0) {
1318 if (ist != 0)
1319 esp = get_rsp_from_tss(ist + 3);
1330 if (ist != 0)
1331 esp = get_rsp_from_tss(ist + 3);

Completed in 67 milliseconds