Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/kernel/
Dearly_nobss.c27 if (set_tod_clock(TOD_UNIX_EPOCH) != 0 || store_tod_clock(&time) != 0) in reset_tod_clock()
31 *(__u64 *) &tod_clock_base[1] = TOD_UNIX_EPOCH; in reset_tod_clock()
32 S390_lowcore.last_update_clock = TOD_UNIX_EPOCH; in reset_tod_clock()
Dtime.c216 delta = initial_leap_seconds + TOD_UNIX_EPOCH; in read_persistent_clock64()
231 delta = initial_leap_seconds + TOD_UNIX_EPOCH; in read_persistent_wall_and_boot_offset()
Ddebug.c1389 sec = (entry->id.stck >> 12) + base - (TOD_UNIX_EPOCH >> 12); in debug_dflt_header_fn()
/Linux-v4.19/arch/s390/include/asm/
Dtimex.h17 #define TOD_UNIX_EPOCH 0x7d91048bca000000ULL macro