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

/vbox/src/VBox/VMM/include/
H A DGIMKvmInternal.h173 typedef struct GIMKVMWALLCLOCK struct
181 } GIMKVMWALLCLOCK; typedef in typeref:struct:GIMKVMWALLCLOCK
183 typedef GIMKVMWALLCLOCK *PGIMKVMWALLCLOCK;
185 typedef GIMKVMWALLCLOCK const *PCGIMKVMWALLCLOCK;
186 AssertCompileSize(GIMKVMWALLCLOCK, 12);
/vbox/src/VBox/VMM/VMMR3/
H A DGIMKvm.cpp458 GIMKVMWALLCLOCK WallClock;
466 int rc = PGMPhysSimpleWriteGCPhys(pVM, GCPhysWallClock, &WallClock, sizeof(GIMKVMWALLCLOCK));

Completed in 48 milliseconds