Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/include/asm/
Dtimex.h16 #define TOD_UNIX_EPOCH 0x7d91048bca000000ULL macro
117 tod_to_timeval(stck - TOD_UNIX_EPOCH, ts); in stck_to_timespec64()
/linux-4.4.14/arch/s390/kernel/
Dearly.c53 if (set_tod_clock(TOD_UNIX_EPOCH) != 0 || store_tod_clock(&time) != 0) in reset_tod_clock()
56 sched_clock_base_cc = TOD_UNIX_EPOCH; in reset_tod_clock()
Dtime.c183 tod_to_timeval(get_tod_clock() - TOD_UNIX_EPOCH, ts); in read_persistent_clock64()
188 tod_to_timeval(sched_clock_base_cc - TOD_UNIX_EPOCH, ts); in read_boot_clock64()