Searched refs:offIoBitmap (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/VMM/VMMRC/
H A DSELMRC.cpp461 if ( offRange >= RT_UOFFSETOF(VBOXTSS, offIoBitmap)
464 if (offRange - RT_UOFFSETOF(VBOXTSS, offIoBitmap) < sizeof(pGuestTss->offIoBitmap))
466 uint16_t offIoBitmap = pGuestTss->offIoBitmap; local
467 if (offIoBitmap != pVM->selm.s.offGuestIoBitmap)
469 Log(("TSS offIoBitmap changed: old=%#x new=%#x -> resync in ring-3\n", pVM->selm.s.offGuestIoBitmap, offIoBitmap));
474 Log(("TSS offIoBitmap: old=%#x new=%#x [unchanged]\n", pVM->selm.s.offGuestIoBitmap, offIoBitmap));
[all...]
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp3287 uint16_t offIoBitmap; local
3311 offIoBitmap = 0;
3333 pTss->selPrev, pTss->selLdt, pTss->cr3, pTss->fDebugTrap, pTss->offIoBitmap);
3336 offIoBitmap = pTss->offIoBitmap;
3358 pTss->ist7, pTss->offIoBitmap);
3359 offIoBitmap = pTss->offIoBitmap;
3372 if ( offIoBitmap > cbTssMin
3373 && offIoBitmap < cbTs
[all...]
/vbox/src/VBox/VMM/VMMAll/
H A DSELMAll.cpp893 rc |= MMGCRamRead(pVM, &tss.offIoBitmap, &pTss->offIoBitmap, sizeof(tss.offIoBitmap));
930 Log(("offIoBitmap=%#x\n", tss.offIoBitmap));
H A DIOMAll.cpp851 VBOXSTRICTRC rcStrict = PGMPhysInterpretedRead(pVCpu, pCtxCore, &offIOPB, GCPtrTss + RT_OFFSETOF(VBOXTSS, offIoBitmap), sizeof(offIOPB));
H A DIEMAllCImpl.cpp.h39 AssertCompileMembersAtSameOffset(X86TSS32, offIoBitmap, X86TSS64, offIoBitmap);
59 pCtx->tr.u64Base + RT_OFFSETOF(X86TSS64, offIoBitmap));
62 Log(("iemHlpCheckPortIOPermissionBitmap: Error reading offIoBitmap (%Rrc)\n", VBOXSTRICTRC_VAL(rcStrict)));
/vbox/src/VBox/VMM/VMMR3/
H A DSELM.cpp186 pVM->selm.s.Tss.offIoBitmap = sizeof(VBOXTSS);
470 pVM->selm.s.Tss.offIoBitmap = sizeof(VBOXTSS);
492 pVM->selm.s.TssTrap08.offIoBitmap = sizeof(VBOXTSS);
1604 && Tss.offIoBitmap < sizeof(VBOXTSS) /* too small */
1605 && Tss.offIoBitmap > cbTss) /* beyond the end */ /** @todo not sure how the partial case is handled; probably not allowed. */
1617 * (It is located in the 32 bytes before TR:offIoBitmap.)
1619 cbMonitoredTss = Tss.offIoBitmap;
1620 pVM->selm.s.offGuestIoBitmap = Tss.offIoBitmap;
1622 uint32_t offRedirBitmap = Tss.offIoBitmap - sizeof(Tss.IntRedirBitmap);
1657 Log(("offIoBitmap
[all...]
H A DHM.cpp1237 pVM->hm.s.vmx.pRealModeTSS->offIoBitmap = sizeof(*pVM->hm.s.vmx.pRealModeTSS);
/vbox/include/VBox/
H A Dtypes.h847 uint16_t offIoBitmap; member in struct:VBOXTSS
/vbox/include/iprt/
H A Dx86.h3542 uint16_t offIoBitmap; member in struct:X86TSS32
3580 uint16_t offIoBitmap; member in struct:X86TSS64

Completed in 131 milliseconds