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

/vbox/src/VBox/VMM/VMMR3/
H A DSELM.cpp1180 PX86DESC pShadowLDT = (PX86DESC)((uintptr_t)pVM->selm.s.pvLdtR3 + off); local
1212 PX86DESC pLDTE = pShadowLDT;
1221 rc = PGMPhysSimpleReadGCPtr(pVCpu, pShadowLDT, GCPtrLdt, cbChunk);
1236 PX86DESC pLDTEEnd = (PX86DESC)((uintptr_t)pShadowLDT + cbChunk) - 1;
1237 if (pLDTE + 1 < pShadowLDT)
1238 pLDTE = (PX86DESC)((uintptr_t)pShadowLDT + off);
1250 RT_BZERO(pShadowLDT, cbChunk);
1261 pShadowLDT = (PX86DESC)((char *)pShadowLDT + cbChunk);

Completed in 37 milliseconds