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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMSavedState.cpp1343 RTGCPHYS GCPhysCur = 0; local
1351 if ( pCur->GCPhysLast > GCPhysCur
1356 uint32_t iPage = GCPhysCur <= pCur->GCPhys ? 0 : (GCPhysCur - pCur->GCPhys) >> PAGE_SHIFT;
1357 GCPhysCur = 0;
1368 GCPhysCur = pCur->GCPhys + ((RTGCPHYS)iPage << PAGE_SHIFT);
1529 if (GCPhysCur != 0)
1531 GCPhysCur = pCur->GCPhysLast;
1556 RTGCPHYS GCPhysCur = 0; local
1566 if ( pCur->GCPhysLast > GCPhysCur
[all...]

Completed in 52 milliseconds