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

/vbox/src/VBox/VMM/VMMR3/
H A DSELM.cpp1212 PX86DESC pLDTE = pShadowLDT; local
1233 * things adds a little complexity. pLDTE is updated there and not in the
1237 if (pLDTE + 1 < pShadowLDT)
1238 pLDTE = (PX86DESC)((uintptr_t)pShadowLDT + off);
1239 while (pLDTE <= pLDTEEnd)
1241 if (pLDTE->Gen.u1Present)
1242 selmGuestToShadowDesc(pVM, pLDTE);
1245 pLDTE++;
1870 PX86DESC pLDTE = (PX86DESC)((uintptr_t)pVM->selm.s.pvLdtR3 + off); local
1872 while (pLDTE < pLDTEEn
[all...]

Completed in 65 milliseconds