Home
last modified time | relevance | path

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

/Linux-v5.10/arch/s390/kernel/
Dearly.c40 if (store_tod_clock(&time) == 0) in reset_tod_clock()
43 if (set_tod_clock(TOD_UNIX_EPOCH) != 0 || store_tod_clock(&time) != 0) in reset_tod_clock()
Dperf_cpum_cf_diag.c122 store_tod_clock((__u64 *)&te->timestamp); in cf_diag_trailer()
/Linux-v5.10/arch/s390/include/asm/
Dtimex.h35 static inline int store_tod_clock(__u64 *time) in store_tod_clock() function