Searched refs:tod_clock_base (Results 1 – 7 of 7) sorted by relevance
30 memset(tod_clock_base, 0, 16); in reset_tod_clock()31 *(__u64 *) &tod_clock_base[1] = TOD_UNIX_EPOCH; in reset_tod_clock()
55 unsigned char tod_clock_base[16] __aligned(8) = { variable60 EXPORT_SYMBOL_GPL(tod_clock_base);86 tod_steering_end = *(unsigned long long *) &tod_clock_base[1]; in time_early_init()232 memcpy(clk, tod_clock_base, STORE_CLOCK_EXT_SIZE); in read_persistent_wall_and_boot_offset()437 *(unsigned long long *) &tod_clock_base[1] += delta; in clock_sync_global()438 if (*(unsigned long long *) &tod_clock_base[1] < delta) in clock_sync_global()440 tod_clock_base[0]++; in clock_sync_global()
25 0: larl %r1,tod_clock_base
235 if (test_facility(139) && (tod_clock_base[1] & 0x80)) { in detect_machine_facilities()
816 *(unsigned long long *) &tod_clock_base[1]; in debug_finish_entry()1388 base = (*(unsigned long *) &tod_clock_base[0]) >> 4; in debug_dflt_header_fn()
1598 memcpy(&te->progusage2, &tod_clock_base[1], 8); in aux_sdb_init()
184 extern unsigned char tod_clock_base[16] __aligned(8);197 return get_tod_clock() - *(unsigned long long *) &tod_clock_base[1]; in get_tod_clock_monotonic()