Searched refs:now64 (Results 1 – 2 of 2) sorted by relevance
136 u64 now64; in goldfish_rtc_set_time() local141 now64 = rtc_tm_to_time64(tm) * NSEC_PER_SEC; in goldfish_rtc_set_time()142 gf_iowrite32((now64 >> 32), base + TIMER_TIME_HIGH); in goldfish_rtc_set_time()143 gf_iowrite32(now64, base + TIMER_TIME_LOW); in goldfish_rtc_set_time()
568 int __weak update_persistent_clock64(struct timespec64 now64) in update_persistent_clock64() argument573 static inline int update_persistent_clock64(struct timespec64 now64) in update_persistent_clock64() argument