Symbol: tod_clock
arch/s390/boot/startup.c
105
union tod_clock clk;
arch/s390/boot/startup.c
44
union tod_clock __bootdata_preserved(tod_clock_base);
arch/s390/crypto/prng.c
416
store_tod_clock_ext((union tod_clock *)(seed + seedlen));
arch/s390/hypfs/hypfs_diag0c.c
86
store_tod_clock_ext((union tod_clock *)diag0c_data->hdr.tod_ext);
arch/s390/hypfs/hypfs_vm.c
88
union tod_clock tod_ext; /* TOD clock for d2fc */
arch/s390/include/asm/idle.h
21
union tod_clock clock_idle_enter;
arch/s390/include/asm/idle.h
22
union tod_clock clock_idle_exit;
arch/s390/include/asm/lowcore.h
129
union tod_clock int_clock; /* 0x0318 */
arch/s390/include/asm/timex.h
168
union tod_clock clk;
arch/s390/include/asm/timex.h
184
extern union tod_clock tod_clock_base;
arch/s390/include/asm/timex.h
39
static inline int store_tod_clock_ext_cc(union tod_clock *clk)
arch/s390/include/asm/timex.h
52
static __always_inline void store_tod_clock_ext(union tod_clock *tod)
arch/s390/kernel/debug.c
1185
union tod_clock clk;
arch/s390/kernel/idle.c
49
union tod_clock now;
arch/s390/kernel/time.c
112
static void ext_to_timespec64(union tod_clock *clk, struct timespec64 *xt)
arch/s390/kernel/time.c
198
union tod_clock clk;
arch/s390/kernel/time.c
211
union tod_clock clk;
arch/s390/kernel/time.c
56
union tod_clock __bootdata_preserved(tod_clock_base);
arch/s390/kernel/vdso/getcpu.c
10
union tod_clock clk;
arch/s390/kvm/kvm-s390.c
1419
union tod_clock clk;
arch/s390/kvm/kvm-s390.c
4434
union tod_clock clk;
drivers/ptp/ptp_s390.c
23
static struct timespec64 eitod_to_timespec64(union tod_clock *clk)
drivers/ptp/ptp_s390.c
36
union tod_clock tod;
drivers/ptp/ptp_s390.c
66
union tod_clock clk;