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

/vbox/src/VBox/VMM/VMMR3/
H A DSELM.cpp1234 * 'next' part of the loop. The pLDTEEnd is inclusive.
1236 PX86DESC pLDTEEnd = (PX86DESC)((uintptr_t)pShadowLDT + cbChunk) - 1; local
1239 while (pLDTE <= pLDTEEnd)
1871 PX86DESC pLDTEEnd = (PX86DESC)((uintptr_t)pGDTE + cbLdt); local
1872 while (pLDTE < pLDTEEnd)

Completed in 50 milliseconds