Searched refs:clock_comparator (Results 1 – 7 of 7) sorted by relevance
58 old = S390_lowcore.clock_comparator; in local_tick_disable()59 S390_lowcore.clock_comparator = -1ULL; in local_tick_disable()60 set_clock_comparator(S390_lowcore.clock_comparator); in local_tick_disable()66 S390_lowcore.clock_comparator = comp; in local_tick_enable()67 set_clock_comparator(S390_lowcore.clock_comparator); in local_tick_enable()
115 __u64 clock_comparator; /* 0x0308 */ member
95 S390_lowcore.clock_comparator = -1ULL; in clock_comparator_work()106 if (S390_lowcore.clock_comparator == -1ULL) in fixup_clock_comparator()108 S390_lowcore.clock_comparator += delta; in fixup_clock_comparator()109 set_clock_comparator(S390_lowcore.clock_comparator); in fixup_clock_comparator()115 S390_lowcore.clock_comparator = get_tod_clock() + delta; in s390_next_event()116 set_clock_comparator(S390_lowcore.clock_comparator); in s390_next_event()134 S390_lowcore.clock_comparator = -1ULL; in init_cpu_timer()135 set_clock_comparator(S390_lowcore.clock_comparator); in init_cpu_timer()164 if (S390_lowcore.clock_comparator == -1ULL) in clock_comparator_interrupt()165 set_clock_comparator(S390_lowcore.clock_comparator); in clock_comparator_interrupt()
214 set_clock_comparator(S390_lowcore.clock_comparator); in s390_revalidate_registers()
108 if (S390_lowcore.int_clock >= S390_lowcore.clock_comparator) in do_IRQ()
320 lc->clock_comparator = -1ULL; in setup_lowcore()
61 if (end < S390_lowcore.clock_comparator) { in __udelay_enabled()