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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFCoreWrite.cpp386 RTGCPHYS GCPhysEnd; local
388 rc = PGMR3PhysGetRange(pVM, iRange, &GCPhysStart, &GCPhysEnd, NULL /* pszDesc */, &fIsMmio);
395 uint64_t cbMemRange = GCPhysEnd - GCPhysStart + 1;
398 Log((DBGFLOG_NAME ": PGMR3PhysGetRange iRange=%u GCPhysStart=%#x GCPhysEnd=%#x cbMemRange=%u\n",
399 iRange, GCPhysStart, GCPhysEnd, cbMemRange));
451 RTGCPHYS GCPhysEnd; local
453 rc = PGMR3PhysGetRange(pVM, iRange, &GCPhysStart, &GCPhysEnd, NULL /* pszDesc */, &fIsMmio);
469 uint64_t cbMemRange = GCPhysEnd - GCPhysStart + 1;

Completed in 53 milliseconds