Home
last modified time | relevance | path

Searched refs:tk (Results 1 – 4 of 4) sorted by relevance

/arch/sparc/kernel/
A Dvdso.c24 void update_vsyscall(struct timekeeper *tk) in update_vsyscall() argument
34 vdata->clock.mask = tk->tkr_mono.mask; in update_vsyscall()
35 vdata->clock.mult = tk->tkr_mono.mult; in update_vsyscall()
36 vdata->clock.shift = tk->tkr_mono.shift; in update_vsyscall()
38 vdata->wall_time_sec = tk->xtime_sec; in update_vsyscall()
41 vdata->monotonic_time_sec = tk->xtime_sec + in update_vsyscall()
42 tk->wall_to_monotonic.tv_sec; in update_vsyscall()
44 (tk->wall_to_monotonic.tv_nsec << in update_vsyscall()
45 tk->tkr_mono.shift); in update_vsyscall()
54 vdata->wall_time_coarse_sec = tk->xtime_sec; in update_vsyscall()
[all …]
/arch/arm/xen/
A Denlighten.c107 struct timekeeper *tk = priv; in xen_pvclock_gtod_notify() local
109 now.tv_sec = tk->xtime_sec; in xen_pvclock_gtod_notify()
110 now.tv_nsec = (long)(tk->tkr_mono.xtime_nsec >> tk->tkr_mono.shift); in xen_pvclock_gtod_notify()
111 system_time = timespec64_add(now, tk->wall_to_monotonic); in xen_pvclock_gtod_notify()
/arch/x86/xen/
A Dtime.c105 struct timekeeper *tk = priv; in xen_pvclock_gtod_notify() local
109 now.tv_sec = tk->xtime_sec; in xen_pvclock_gtod_notify()
110 now.tv_nsec = (long)(tk->tkr_mono.xtime_nsec >> tk->tkr_mono.shift); in xen_pvclock_gtod_notify()
/arch/x86/kvm/
A Dx86.c2263 vdata->clock.mask = tk->tkr_mono.mask; in update_pvclock_gtod()
2264 vdata->clock.mult = tk->tkr_mono.mult; in update_pvclock_gtod()
2265 vdata->clock.shift = tk->tkr_mono.shift; in update_pvclock_gtod()
2267 vdata->clock.offset = tk->tkr_mono.base; in update_pvclock_gtod()
2271 vdata->raw_clock.mask = tk->tkr_raw.mask; in update_pvclock_gtod()
2272 vdata->raw_clock.mult = tk->tkr_raw.mult; in update_pvclock_gtod()
2273 vdata->raw_clock.shift = tk->tkr_raw.shift; in update_pvclock_gtod()
2275 vdata->raw_clock.offset = tk->tkr_raw.base; in update_pvclock_gtod()
2279 vdata->offs_boot = tk->offs_boot; in update_pvclock_gtod()
9551 struct timekeeper *tk = priv; in pvclock_gtod_notify() local
[all …]

Completed in 33 milliseconds