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

/vbox/src/VBox/VMM/VMMAll/
H A DTRPMAll.cpp463 RTGCPTR pCallerGC; local
465 int rc = MMGCRamRead(pVM, &pCallerGC, (void *)pRegFrame->esp, sizeof(pCallerGC));
467 int rc = PGMPhysSimpleReadGCPtr(pVCpu, &pCallerGC, (RTGCPTR)pRegFrame->esp, sizeof(pCallerGC));
470 Log(("TRPMForwardTrap: caller=%RGv\n", pCallerGC));

Completed in 1024 milliseconds