Searched refs:fsyscall_gtod_data (Results 1 – 2 of 2) sorted by relevance
36 struct fsyscall_gtod_data_t fsyscall_gtod_data; variable402 write_seqcount_begin(&fsyscall_gtod_data.seq); in update_vsyscall_old()405 fsyscall_gtod_data.clk_mask = c->mask; in update_vsyscall_old()406 fsyscall_gtod_data.clk_mult = mult; in update_vsyscall_old()407 fsyscall_gtod_data.clk_shift = c->shift; in update_vsyscall_old()408 fsyscall_gtod_data.clk_fsys_mmio = c->archdata.fsys_mmio; in update_vsyscall_old()409 fsyscall_gtod_data.clk_cycle_last = cycle_last; in update_vsyscall_old()412 fsyscall_gtod_data.wall_time.tv_sec = wall->tv_sec; in update_vsyscall_old()413 fsyscall_gtod_data.wall_time.tv_nsec = wall->tv_nsec; in update_vsyscall_old()414 fsyscall_gtod_data.monotonic_time.tv_sec = wtm->tv_sec in update_vsyscall_old()[all …]
196 movl r20 = fsyscall_gtod_data // load fsyscall gettimeofday data address