tod_clock_base    185 arch/s390/include/asm/timex.h extern unsigned char tod_clock_base[16] __aligned(8);
tod_clock_base    199 arch/s390/include/asm/timex.h 	tod = get_tod_clock() - *(unsigned long long *) &tod_clock_base[1];
tod_clock_base    848 arch/s390/kernel/debug.c 		*(unsigned long long *) &tod_clock_base[1];
tod_clock_base   1449 arch/s390/kernel/debug.c 	base = (*(unsigned long *) &tod_clock_base[0]) >> 4;
tod_clock_base     45 arch/s390/kernel/early.c 	memset(tod_clock_base, 0, 16);
tod_clock_base     46 arch/s390/kernel/early.c 	*(__u64 *) &tod_clock_base[1] = TOD_UNIX_EPOCH;
tod_clock_base    247 arch/s390/kernel/early.c 	if (test_facility(139) && (tod_clock_base[1] & 0x80)) {
tod_clock_base    121 arch/s390/kernel/perf_cpum_cf_diag.c 	memcpy(&te->tod_base, &tod_clock_base[1], 8);
tod_clock_base   1674 arch/s390/kernel/perf_cpum_sf.c 	memcpy(&te->progusage2, &tod_clock_base[1], 8);
tod_clock_base     55 arch/s390/kernel/time.c unsigned char tod_clock_base[16] __aligned(8) = {
tod_clock_base     60 arch/s390/kernel/time.c EXPORT_SYMBOL_GPL(tod_clock_base);
tod_clock_base     86 arch/s390/kernel/time.c 	tod_steering_end = *(unsigned long long *) &tod_clock_base[1];
tod_clock_base    232 arch/s390/kernel/time.c 	memcpy(clk, tod_clock_base, STORE_CLOCK_EXT_SIZE);
tod_clock_base    437 arch/s390/kernel/time.c 	*(unsigned long long *) &tod_clock_base[1] += delta;
tod_clock_base    438 arch/s390/kernel/time.c 	if (*(unsigned long long *) &tod_clock_base[1] < delta)
tod_clock_base    440 arch/s390/kernel/time.c 		tod_clock_base[0]++;