Searched refs:time_offset (Results 1 – 7 of 7) sorted by relevance
108 sec = wc_sec + d->time_offset.seconds; in update_domain_wallclock_time()151 + d->time_offset.seconds; in get_localtime()157 return (SECONDS(wc_sec + d->time_offset.seconds) + wc_nsec + NOW()) in get_localtime_us()
56 op->u.settime64.system_time + SECONDS(d->time_offset.seconds)); in do_platform_op()
356 d->time_offset.seconds = time_offset_seconds; in domain_set_time_offset()357 d->time_offset.set = true; in domain_set_time_offset()
66 d->time_offset.seconds = ticks_to_ns(d->arch.virt_timer_base.offset - boot_count); in domain_vtimer_init()67 do_div(d->time_offset.seconds, 1000000000); in domain_vtimer_init()
598 d->time_offset.seconds += (after - before); in rtc_set_time()751 s->hw.rtc_offset = d->time_offset.seconds; in rtc_save()777 if ( !d->time_offset.set ) in rtc_load()779 d->time_offset.seconds = s->hw.rtc_offset; in rtc_load()
402 } time_offset; member
1371 d->time_offset.seconds = time_offset_seconds; in domain_set_time_offset()1372 d->time_offset.set = true; in domain_set_time_offset()
Completed in 19 milliseconds