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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp1330 * @param pGCPhysLast Where to return the address of the last byte in the
1335 VMMR3DECL(int) PGMR3PhysGetRange(PVM pVM, uint32_t iRange, PRTGCPHYS pGCPhysStart, PRTGCPHYS pGCPhysLast, argument
1347 if (pGCPhysLast)
1348 *pGCPhysLast = pCur->GCPhysLast;

Completed in 72 milliseconds