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

/vbox/src/VBox/Devices/PC/
H A DDevACPI.cpp2585 RTGCPHYS32 GCPhysCur, GCPhysRsdt, GCPhysXsdt, GCPhysFadtAcpi1, GCPhysFadtAcpi2, GCPhysFacs, GCPhysDsdt;
2649 GCPhysCur = 0;
2650 GCPhysRsdt = GCPhysCur;
2652 GCPhysCur = RT_ALIGN_32(GCPhysCur + cbRsdt, 16);
2653 GCPhysXsdt = GCPhysCur;
2655 GCPhysCur = RT_ALIGN_32(GCPhysCur + cbXsdt, 16);
2656 GCPhysFadtAcpi1 = GCPhysCur;
2658 GCPhysCur
[all...]
/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 56 milliseconds