Searched refs:GIMKVMSYSTEMTIME (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DGIMKvmInternal.h144 typedef struct GIMKVMSYSTEMTIME struct
162 } GIMKVMSYSTEMTIME; typedef in typeref:struct:GIMKVMSYSTEMTIME
164 typedef GIMKVMSYSTEMTIME *PGIMKVMSYSTEMTIME;
166 typedef GIMKVMSYSTEMTIME const *PCGIMKVMSYSTEMTIME;
167 AssertCompileSize(GIMKVMSYSTEMTIME, 32);
/vbox/src/VBox/VMM/VMMR3/
H A DGIMKvm.cpp278 GIMKVMSYSTEMTIME SystemTime;
282 int rc = PGMPhysSimpleReadGCPhys(pVM, &SystemTime, pcKvmCpu->GCPhysSystemTime, sizeof(GIMKVMSYSTEMTIME));
376 GIMKVMSYSTEMTIME SystemTime;
410 int rc = PGMPhysSimpleWriteGCPhys(pVM, pKvmCpu->GCPhysSystemTime, &SystemTime, sizeof(GIMKVMSYSTEMTIME));
/vbox/src/VBox/VMM/VMMAll/
H A DGIMAllKvm.cpp246 GIMKVMSYSTEMTIME SystemTime;
251 int rc2 = PGMPhysSimpleReadGCPhys(pVM, &SystemTime, pKvmCpu->GCPhysSystemTime, sizeof(GIMKVMSYSTEMTIME));

Completed in 52 milliseconds