Home
last modified time | relevance | path

Searched refs:tod_clock_base (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/kernel/
Dtime.c58 unsigned char tod_clock_base[16] __aligned(8) = { variable
63 EXPORT_SYMBOL_GPL(tod_clock_base);
89 tod_steering_end = *(unsigned long long *) &tod_clock_base[1]; in time_early_init()
226 memcpy(clk, tod_clock_base, STORE_CLOCK_EXT_SIZE); in read_persistent_wall_and_boot_offset()
384 *(unsigned long long *) &tod_clock_base[1] += delta; in clock_sync_global()
385 if (*(unsigned long long *) &tod_clock_base[1] < delta) in clock_sync_global()
387 tod_clock_base[0]++; in clock_sync_global()
Dearly.c46 memset(tod_clock_base, 0, 16); in reset_tod_clock()
47 *(__u64 *) &tod_clock_base[1] = TOD_UNIX_EPOCH; in reset_tod_clock()
235 if (test_facility(139) && (tod_clock_base[1] & 0x80)) { in detect_machine_facilities()
Dhead64.S26 0: larl %r1,tod_clock_base
Dperf_cpum_cf_diag.c121 memcpy(&te->tod_base, &tod_clock_base[1], 8); in cf_diag_trailer()
Dperf_cpum_sf.c1708 memcpy(&te->progusage2, &tod_clock_base[1], 8); in aux_sdb_init()
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dtimex.h180 extern unsigned char tod_clock_base[16] __aligned(8);
194 tod = get_tod_clock() - *(unsigned long long *) &tod_clock_base[1]; in get_tod_clock_monotonic()