Searched refs:fsyscall_gtod_data (Results 1 – 2 of 2) sorted by relevance
37 struct fsyscall_gtod_data_t fsyscall_gtod_data; variable431 write_seqcount_begin(&fsyscall_gtod_data.seq); in update_vsyscall_old()434 fsyscall_gtod_data.clk_mask = c->mask; in update_vsyscall_old()435 fsyscall_gtod_data.clk_mult = mult; in update_vsyscall_old()436 fsyscall_gtod_data.clk_shift = c->shift; in update_vsyscall_old()437 fsyscall_gtod_data.clk_fsys_mmio = c->archdata.fsys_mmio; in update_vsyscall_old()438 fsyscall_gtod_data.clk_cycle_last = cycle_last; in update_vsyscall_old()441 fsyscall_gtod_data.wall_time.tv_sec = wall->tv_sec; in update_vsyscall_old()442 fsyscall_gtod_data.wall_time.tv_nsec = wall->tv_nsec; in update_vsyscall_old()443 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