Home
last modified time | relevance | path

Searched refs:TOD_UNIX_EPOCH (Results 1 – 4 of 4) sorted by relevance

/arch/s390/include/asm/
Dtimex.h18 #define TOD_UNIX_EPOCH 0x7d91048bca000000ULL macro
/arch/s390/kernel/
Dearly.c54 if (set_tod_clock(TOD_UNIX_EPOCH) != 0 || store_tod_clock(&time) != 0) in reset_tod_clock()
58 *(__u64 *) &tod_clock_base[1] = TOD_UNIX_EPOCH; in reset_tod_clock()
59 S390_lowcore.last_update_clock = TOD_UNIX_EPOCH; in reset_tod_clock()
Dtime.c215 delta = initial_leap_seconds + TOD_UNIX_EPOCH; in read_persistent_clock64()
228 delta = initial_leap_seconds + TOD_UNIX_EPOCH; in read_boot_clock64()
Ddebug.c1468 sec = (entry->id.stck >> 12) + base - (TOD_UNIX_EPOCH >> 12); in debug_dflt_header_fn()