Searched refs:TOD_UNIX_EPOCH (Results 1 – 5 of 5) sorted by relevance
25 return ns_to_timespec64(eitod_to_ns(clk->eitod - TOD_UNIX_EPOCH)); in eitod_to_timespec64()30 return ns_to_timespec64(tod_to_ns(tod - TOD_UNIX_EPOCH)); in tod_to_timespec64()69 *device_time = ns_to_ktime(tod_to_ns(clk.tod - TOD_UNIX_EPOCH)); in s390_arch_ptp_get_crosststamp()
99 if (set_tod_clock(TOD_UNIX_EPOCH) || store_tod_clock_ext_cc(&clk)) in reset_tod_clock()102 tod_clock_base.tod = TOD_UNIX_EPOCH; in reset_tod_clock()103 get_lowcore()->last_update_clock = TOD_UNIX_EPOCH; in reset_tod_clock()
205 delta = initial_leap_seconds + TOD_UNIX_EPOCH; in read_persistent_clock64()218 delta = initial_leap_seconds + TOD_UNIX_EPOCH; in read_persistent_wall_and_boot_offset()808 tod_to_ns(stzi.lsoib.nlsout - TOD_UNIX_EPOCH) / NSEC_PER_SEC, in leap_seconds_scheduled_show()
1094 timestamp -= TOD_UNIX_EPOCH >> 12; in debug_finish_entry()
20 #define TOD_UNIX_EPOCH 0x7d91048bca000000ULL macro