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

/vbox/src/VBox/VMM/include/
H A DSELMInternal.h139 VBOXTSS Tss; member in struct:SELM
/vbox/src/VBox/VMM/VMMR3/
H A DSELM.cpp135 AssertCompile((RT_OFFSETOF(VM, selm.s.Tss) & PAGE_OFFSET_MASK) <= PAGE_SIZE - sizeof(pVM->selm.s.Tss));
138 AssertRelease((RT_OFFSETOF(VM, selm.s.Tss) & PAGE_OFFSET_MASK) <= PAGE_SIZE - sizeof(pVM->selm.s.Tss));
140 AssertRelease(sizeof(pVM->selm.s.Tss.IntRedirBitmap) == 0x20);
186 pVM->selm.s.Tss.offIoBitmap = sizeof(VBOXTSS);
188 memset(pVM->selm.s.Tss.IntRedirBitmap, 0xff, sizeof(pVM->selm.s.Tss.IntRedirBitmap));
387 RTRCPTR RCPtrTSS = VM_RC_ADDR(pVM, &pVM->selm.s.Tss);
464 pVM->selm.s.Tss
1599 VBOXTSS Tss; local
1972 VBOXTSS Tss; local
[all...]

Completed in 35 milliseconds