Searched refs:clock_comparator (Results 1 – 7 of 7) sorted by relevance
131 old = S390_lowcore.clock_comparator; in local_tick_disable()132 S390_lowcore.clock_comparator = clock_comparator_max; in local_tick_disable()133 set_clock_comparator(S390_lowcore.clock_comparator); in local_tick_disable()139 S390_lowcore.clock_comparator = comp; in local_tick_enable()140 set_clock_comparator(S390_lowcore.clock_comparator); in local_tick_enable()
99 __u64 clock_comparator; /* 0x0328 */ member
142 S390_lowcore.clock_comparator = clock_comparator_max; in clock_comparator_work()150 S390_lowcore.clock_comparator = get_tod_clock() + delta; in s390_next_event()151 set_clock_comparator(S390_lowcore.clock_comparator); in s390_next_event()164 S390_lowcore.clock_comparator = clock_comparator_max; in init_cpu_timer()165 set_clock_comparator(S390_lowcore.clock_comparator); in init_cpu_timer()195 if (S390_lowcore.clock_comparator == clock_comparator_max) in clock_comparator_interrupt()196 set_clock_comparator(S390_lowcore.clock_comparator); in clock_comparator_interrupt()471 if (S390_lowcore.clock_comparator != clock_comparator_max) { in clock_sync_local()472 S390_lowcore.clock_comparator += delta; in clock_sync_local()473 set_clock_comparator(S390_lowcore.clock_comparator); in clock_sync_local()
113 S390_lowcore.clock_comparator)) in do_IRQ()
158 OFFSET(__LC_CLOCK_COMPARATOR, lowcore, clock_comparator); in main()
406 lc->clock_comparator = clock_comparator_max; in setup_lowcore_dat_off()
50 set_clock_comparator(S390_lowcore.clock_comparator); in __udelay_disabled()61 if (tod_after(S390_lowcore.clock_comparator, end)) { in __udelay_enabled()