Searched refs:xtime_sec (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/arch/sparc/kernel/ |
D | vdso.c | 39 vdata->wall_time_sec = tk->xtime_sec; in update_vsyscall() 42 vdata->monotonic_time_sec = tk->xtime_sec + in update_vsyscall() 55 vdata->wall_time_coarse_sec = tk->xtime_sec; in update_vsyscall()
|
/Linux-v4.19/arch/x86/entry/vsyscall/ |
D | vsyscall_gtod.c | 48 vdata->wall_time_sec = tk->xtime_sec; in update_vsyscall() 51 vdata->monotonic_time_sec = tk->xtime_sec in update_vsyscall() 63 vdata->wall_time_coarse_sec = tk->xtime_sec; in update_vsyscall()
|
/Linux-v4.19/arch/mips/vdso/ |
D | gettimeofday.c | 71 ts->tv_sec = data->xtime_sec; in do_realtime_coarse() 88 ts->tv_sec = data->xtime_sec; in do_monotonic_coarse() 176 ts->tv_sec = data->xtime_sec; in do_realtime() 200 ts->tv_sec = data->xtime_sec; in do_monotonic()
|
/Linux-v4.19/arch/arm64/kernel/vdso/ |
D | gettimeofday.S | 83 clock_nsec, xtime_sec, xtime_nsec, nsec_to_sec 86 add \res_sec, \xtime_sec, x_tmp 157 clock_nsec=x15, xtime_sec=x13, xtime_nsec=x14, nsec_to_sec=x9 222 clock_nsec=x15, xtime_sec=x13, xtime_nsec=x14, nsec_to_sec=x9 243 clock_nsec=x15, xtime_sec=x13, xtime_nsec=x14, nsec_to_sec=x9
|
/Linux-v4.19/kernel/time/ |
D | timekeeping.c | 101 tk->xtime_sec++; in tk_normalize_xtime() 113 ts.tv_sec = tk->xtime_sec; in tk_xtime() 120 tk->xtime_sec = ts->tv_sec; in tk_set_xtime() 126 tk->xtime_sec += ts->tv_sec; in tk_xtime_add() 639 seconds = (u64)(tk->xtime_sec + tk->wall_to_monotonic.tv_sec); in tk_update_ktime_data() 734 ts->tv_sec = tk->xtime_sec; in ktime_get_real_ts64() 887 ts->tv_sec = tk->xtime_sec; in ktime_get_ts64() 935 return tk->xtime_sec; in ktime_get_real_seconds() 939 seconds = tk->xtime_sec; in ktime_get_real_seconds() 956 return tk->xtime_sec; in __ktime_get_real_seconds() [all …]
|
/Linux-v4.19/arch/mips/kernel/ |
D | vdso.c | 77 vdso_data.xtime_sec = tk->xtime_sec; in update_vsyscall()
|
/Linux-v4.19/arch/arm64/kernel/ |
D | vdso.c | 229 vdso_data->xtime_coarse_sec = tk->xtime_sec; in update_vsyscall() 240 vdso_data->xtime_clock_sec = tk->xtime_sec; in update_vsyscall()
|
/Linux-v4.19/arch/nds32/kernel/ |
D | vdso.c | 218 vdso_data->xtime_clock_sec = tk->xtime_sec; in update_vsyscall() 220 vdso_data->xtime_coarse_sec = tk->xtime_sec; in update_vsyscall()
|
/Linux-v4.19/include/linux/ |
D | timekeeper_internal.h | 91 u64 xtime_sec; member
|
/Linux-v4.19/arch/mips/include/asm/ |
D | vdso.h | 80 u64 xtime_sec; member
|
/Linux-v4.19/arch/arm/kernel/ |
D | vdso.c | 332 vdso_data->xtime_coarse_sec = tk->xtime_sec; in update_vsyscall() 340 vdso_data->xtime_clock_sec = tk->xtime_sec; in update_vsyscall()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | time.c | 444 fsyscall_gtod_data.wall_time.sec = tk->xtime_sec; in update_vsyscall() 447 fsyscall_gtod_data.monotonic_time.sec = tk->xtime_sec in update_vsyscall()
|
/Linux-v4.19/arch/s390/kernel/ |
D | time.c | 287 vdso_data->xtime_clock_sec = tk->xtime_sec; in update_vsyscall() 290 tk->xtime_sec + tk->wall_to_monotonic.tv_sec; in update_vsyscall() 299 vdso_data->xtime_coarse_sec = tk->xtime_sec; in update_vsyscall()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | time.c | 869 xt.tv_sec = tk->xtime_sec; in update_vsyscall() 914 new_stamp_xsec += tk->xtime_sec * XSEC_PER_SEC; in update_vsyscall()
|
/Linux-v4.19/arch/arm/xen/ |
D | enlighten.c | 137 now.tv_sec = tk->xtime_sec; in xen_pvclock_gtod_notify()
|
/Linux-v4.19/arch/x86/xen/ |
D | time.c | 100 now.tv_sec = tk->xtime_sec; in xen_pvclock_gtod_notify()
|
/Linux-v4.19/arch/x86/kvm/ |
D | x86.c | 1311 vdata->wall_time_sec = tk->xtime_sec; in update_pvclock_gtod()
|