Searched defs:acrn_vrtc (Results 1 – 1 of 1) sorted by relevance
61 struct acrn_vrtc { struct62 struct acrn_vm *vm; /**< Pointer to the VM that owns the virtual RTC device. */69 uint32_t addr;70 time_t base_rtctime; /**< Base time calculated from physical RTC register. */71 time_t offset_rtctime; /**< RTC offset against base time. */72 time_t last_rtctime; /**< Last RTC time, to keep monotonicity. */73 uint64_t base_tsc; /**< Base TSC value. */74 struct rtcdev rtcdev; /**< Register layout of RTC. */
Completed in 4 milliseconds