Searched refs:now64 (Results 1 – 2 of 2) sorted by relevance
160 u64 now64; in goldfish_rtc_set_time() local168 now64 = now * NSEC_PER_SEC; in goldfish_rtc_set_time()169 writel((now64 >> 32), base + TIMER_TIME_HIGH); in goldfish_rtc_set_time()170 writel(now64, base + TIMER_TIME_LOW); in goldfish_rtc_set_time()
563 int __weak update_persistent_clock64(struct timespec64 now64) in update_persistent_clock64() argument567 now = timespec64_to_timespec(now64); in update_persistent_clock64()