Lines Matching refs:VBOXTSS
186 pVM->selm.s.Tss.offIoBitmap = sizeof(VBOXTSS);
391 pDesc->Gen.u16LimitLow = sizeof(VBOXTSS) - 1;
406 pDesc->Gen.u16LimitLow = sizeof(VBOXTSS) - 1;
470 pVM->selm.s.Tss.offIoBitmap = sizeof(VBOXTSS);
492 pVM->selm.s.TssTrap08.offIoBitmap = sizeof(VBOXTSS);
1599 VBOXTSS Tss;
1601 rc = PGMPhysSimpleReadGCPtr(pVCpu, &Tss, GCPtrTss, RT_OFFSETOF(VBOXTSS, IntRedirBitmap));
1604 && Tss.offIoBitmap < sizeof(VBOXTSS) /* too small */
1608 cbMonitoredTss = RT_UOFFSETOF(VBOXTSS, padding_ss0);
1632 cbMonitoredTss = RT_OFFSETOF(VBOXTSS, IntRedirBitmap);
1972 VBOXTSS Tss;
1974 int rc = PGMPhysSimpleReadGCPtr(pVCpu, &Tss, GCPtrTss, RT_OFFSETOF(VBOXTSS, IntRedirBitmap));
1982 && Tss.offIoBitmap < sizeof(VBOXTSS) /* too small */
1985 cbMonitoredTss = RT_UOFFSETOF(VBOXTSS, padding_ss0);
2008 cbMonitoredTss = RT_OFFSETOF(VBOXTSS, IntRedirBitmap);
2069 || pDesc->Gen.u16LimitLow != sizeof(VBOXTSS) - 1