Searched refs:xtime_sec (Results 1 – 9 of 9) sorted by relevance
/arch/x86/kernel/ |
D | vsyscall_gtod.c | 40 vdata->wall_time_sec = tk->xtime_sec; in update_vsyscall() 43 vdata->monotonic_time_sec = tk->xtime_sec in update_vsyscall() 55 vdata->wall_time_coarse_sec = tk->xtime_sec; in update_vsyscall()
|
/arch/mips/vdso/ |
D | gettimeofday.c | 72 ts->tv_sec = data->xtime_sec; in do_realtime_coarse() 89 ts->tv_sec = data->xtime_sec; in do_monotonic_coarse() 154 ts->tv_sec = data->xtime_sec; in do_realtime() 178 ts->tv_sec = data->xtime_sec; in do_monotonic()
|
/arch/tile/kernel/ |
D | time.c | 270 vdso_data->wall_time_sec = tk->xtime_sec; in update_vsyscall() 273 vdso_data->monotonic_time_sec = tk->xtime_sec in update_vsyscall() 285 vdso_data->wall_time_coarse_sec = tk->xtime_sec; in update_vsyscall()
|
/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
|
/arch/mips/kernel/ |
D | vdso.c | 73 vdso_data.xtime_sec = tk->xtime_sec; in update_vsyscall()
|
/arch/mips/include/asm/ |
D | vdso.h | 80 u64 xtime_sec; member
|
/arch/arm/kernel/ |
D | vdso.c | 312 vdso_data->xtime_coarse_sec = tk->xtime_sec; in update_vsyscall() 320 vdso_data->xtime_clock_sec = tk->xtime_sec; in update_vsyscall()
|
/arch/arm64/kernel/ |
D | vdso.c | 223 vdso_data->xtime_clock_sec = tk->xtime_sec; in update_vsyscall()
|
/arch/s390/kernel/ |
D | time.c | 224 vdso_data->xtime_clock_sec = tk->xtime_sec; in update_vsyscall() 227 tk->xtime_sec + tk->wall_to_monotonic.tv_sec; in update_vsyscall() 236 vdso_data->xtime_coarse_sec = tk->xtime_sec; in update_vsyscall()
|