Home
last modified time | relevance | path

Searched refs:time_offset (Results 1 – 7 of 7) sorted by relevance

/xen/xen/common/
A Dtime.c108 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()
/xen/xen/arch/arm/
A Dplatform_hypercall.c56 op->u.settime64.system_time + SECONDS(d->time_offset.seconds)); in do_platform_op()
A Dtime.c356 d->time_offset.seconds = time_offset_seconds; in domain_set_time_offset()
357 d->time_offset.set = true; in domain_set_time_offset()
A Dvtimer.c66 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()
/xen/xen/arch/x86/hvm/
A Drtc.c598 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()
/xen/xen/include/xen/
A Dsched.h402 } time_offset; member
/xen/xen/arch/x86/
A Dtime.c1371 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