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

/vbox/src/VBox/VMM/VMMAll/
H A DGIMAllKvm.cpp278 RTGCPHYS GCPhysWallClock = MSR_GIM_KVM_WALL_CLOCK_GUEST_GPA(uRawValue);
279 if (RT_LIKELY(RT_ALIGN_64(GCPhysWallClock, 4) == GCPhysWallClock))
282 int rc = gimR3KvmEnableWallClock(pVM, GCPhysWallClock, uVersion);
/vbox/src/VBox/VMM/VMMR3/
H A DGIMKvm.cpp443 * @param GCPhysWallClock Where the guest wall-clock structure is located.
449 VMMR3_INT_DECL(int) gimR3KvmEnableWallClock(PVM pVM, RTGCPHYS GCPhysWallClock, uint32_t uVersion) argument
464 Assert(PGMPhysIsGCPhysNormal(pVM, GCPhysWallClock));
466 int rc = PGMPhysSimpleWriteGCPhys(pVM, GCPhysWallClock, &WallClock, sizeof(GIMKVMWALLCLOCK));
469 LogRel(("GIM: KVM: Enabled wall-clock struct. at %#RGp - u32Sec=%u u32Nano=%u uVersion=%#RU32\n", GCPhysWallClock,
473 LogRel(("GIM: KVM: Failed to write wall-clock struct. at %#RGp. rc=%Rrc\n", GCPhysWallClock, rc));

Completed in 42 milliseconds