Searched refs:pRealModeTSS (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DHM.cpp1230 rc = PDMR3VmmDevHeapAlloc(pVM, HM_VTX_TOTAL_DEVHEAP_MEM, (RTR3PTR *)&pVM->hm.s.vmx.pRealModeTSS);
1236 ASMMemZero32(pVM->hm.s.vmx.pRealModeTSS, sizeof(*pVM->hm.s.vmx.pRealModeTSS));
1237 pVM->hm.s.vmx.pRealModeTSS->offIoBitmap = sizeof(*pVM->hm.s.vmx.pRealModeTSS);
1242 memset(pVM->hm.s.vmx.pRealModeTSS->IntRedirBitmap, 0, sizeof(pVM->hm.s.vmx.pRealModeTSS->IntRedirBitmap));
1247 memset(pVM->hm.s.vmx.pRealModeTSS + 1, 0, PAGE_SIZE * 2);
1248 *((unsigned char *)pVM->hm.s.vmx.pRealModeTSS + HM_VTX_TSS_SIZE - 2) = 0xff;
1255 pVM->hm.s.vmx.pNonPagingModeEPTPageTable = (PX86PD)((char *)pVM->hm.s.vmx.pRealModeTSS
[all...]
/vbox/src/VBox/VMM/include/
H A DHMInternal.h393 R3PTRTYPE(PVBOXTSS) pRealModeTSS; member in struct:HM::__anon16893
/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp2725 * Without UnrestrictedGuest, pRealModeTSS and pNonPagingModeEPTPageTable *must* always be allocated.
2726 * We no longer support the highly unlikely case of UnrestrictedGuest without pRealModeTSS. See hmR3InitFinalizeR0Intel().
2730 || !pVM->hm.s.vmx.pRealModeTSS))
3685 Assert(pVCpu->CTX_SUFF(pVM)->hm.s.vmx.pRealModeTSS);
3812 Assert(pVM->hm.s.vmx.pRealModeTSS);
4040 Assert(pVM->hm.s.vmx.pRealModeTSS);
4498 Assert(pVCpu->CTX_SUFF(pVM)->hm.s.vmx.pRealModeTSS);
4561 Assert(pVM->hm.s.vmx.pRealModeTSS);
4611 * See hmR3InitFinalizeR0() to see how pRealModeTSS is setup.
4627 Assert(pVM->hm.s.vmx.pRealModeTSS);
[all...]

Completed in 69 milliseconds