now64             145 drivers/rtc/rtc-goldfish.c 	u64 now64;
now64             150 drivers/rtc/rtc-goldfish.c 	now64 = rtc_tm_to_time64(tm) * NSEC_PER_SEC;
now64             151 drivers/rtc/rtc-goldfish.c 	writel((now64 >> 32), base + TIMER_TIME_HIGH);
now64             152 drivers/rtc/rtc-goldfish.c 	writel(now64, base + TIMER_TIME_LOW);
now64             559 kernel/time/ntp.c int __weak update_persistent_clock64(struct timespec64 now64)