Searched defs:offIoBitmap (Results 1 - 4 of 4) 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/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 80 milliseconds