Home
last modified time | relevance | path

Searched refs:time_offset_seconds (Results 1 – 12 of 12) sorted by relevance

/xen-4.10.0-shim-comet/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()
A Ddomctl.c1060 domain_set_time_offset(d, op->u.settimeoffset.time_offset_seconds); in do_domctl()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dtime.c338 void domain_set_time_offset(struct domain *d, int64_t time_offset_seconds) in domain_set_time_offset() argument
340 d->time_offset_seconds = time_offset_seconds; in domain_set_time_offset()
A Dplatform_hypercall.c56 op->u.settime64.system_time + SECONDS(d->time_offset_seconds)); in do_platform_op()
A Dvtimer.c68 d->time_offset_seconds = ticks_to_ns(d->arch.virt_timer_base.offset - boot_count); in domain_vtimer_init()
69 do_div(d->time_offset_seconds, 1000000000); in domain_vtimer_init()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dtime.h74 void domain_set_time_offset(struct domain *d, int64_t time_offset_seconds);
A Dsched.h363 int64_t time_offset_seconds; member
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtime.c1159 void domain_set_time_offset(struct domain *d, int64_t time_offset_seconds) in domain_set_time_offset() argument
1161 d->time_offset_seconds = time_offset_seconds; in domain_set_time_offset()
/xen-4.10.0-shim-comet/xen/include/public/
A Ddomctl.h442 int64_aligned_t time_offset_seconds; /* applied to domain wallclock time */ member
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_domain.c847 int32_t time_offset_seconds) in xc_domain_set_time_offset() argument
852 domctl.u.settimeoffset.time_offset_seconds = time_offset_seconds; in xc_domain_set_time_offset()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Drtc.c597 d->time_offset_seconds += (after - before); in rtc_set_time()
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxenctrl.h1356 int32_t time_offset_seconds);

Completed in 30 milliseconds