Home
last modified time | relevance | path

Searched refs:fsyscall_gtod_data (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/ia64/kernel/
H A Dtime.c41 struct fsyscall_gtod_data_t fsyscall_gtod_data; variable
435 write_seqcount_begin(&fsyscall_gtod_data.seq); in update_vsyscall()
438 fsyscall_gtod_data.clk_mask = tk->tkr_mono.mask; in update_vsyscall()
439 fsyscall_gtod_data.clk_mult = tk->tkr_mono.mult; in update_vsyscall()
440 fsyscall_gtod_data.clk_shift = tk->tkr_mono.shift; in update_vsyscall()
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()
454 while (fsyscall_gtod_data.monotonic_time.snsec >= in update_vsyscall()
456 fsyscall_gtod_data.monotonic_time.snsec -= in update_vsyscall()
458 fsyscall_gtod_data.monotonic_time.sec++; in update_vsyscall()
[all …]
H A Dfsys.S197 movl r20 = fsyscall_gtod_data // load fsyscall gettimeofday data address