Home
last modified time | relevance | path

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

/linux-6.15/drivers/ptp/
H A Dptp_s390.c25 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()
/linux-6.15/arch/s390/boot/
H A Dstartup.c99 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()
/linux-6.15/arch/s390/kernel/
H A Dtime.c205 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()
H A Ddebug.c1094 timestamp -= TOD_UNIX_EPOCH >> 12; in debug_finish_entry()
/linux-6.15/arch/s390/include/asm/
H A Dtimex.h20 #define TOD_UNIX_EPOCH 0x7d91048bca000000ULL macro