Searched refs:clock_comparator (Results 1 – 7 of 7) sorted by relevance
59 old = S390_lowcore.clock_comparator; in local_tick_disable()60 S390_lowcore.clock_comparator = -1ULL; in local_tick_disable()61 set_clock_comparator(S390_lowcore.clock_comparator); in local_tick_disable()67 S390_lowcore.clock_comparator = comp; in local_tick_enable()68 set_clock_comparator(S390_lowcore.clock_comparator); in local_tick_enable()
115 __u64 clock_comparator; /* 0x0308 */ member
49 set_clock_comparator(S390_lowcore.clock_comparator); in __udelay_disabled()60 if (end < S390_lowcore.clock_comparator) { in __udelay_enabled()
98 S390_lowcore.clock_comparator = -1ULL; in clock_comparator_work()109 if (S390_lowcore.clock_comparator == -1ULL) in fixup_clock_comparator()111 S390_lowcore.clock_comparator += delta; in fixup_clock_comparator()112 set_clock_comparator(S390_lowcore.clock_comparator); in fixup_clock_comparator()118 S390_lowcore.clock_comparator = get_tod_clock() + delta; in s390_next_event()119 set_clock_comparator(S390_lowcore.clock_comparator); in s390_next_event()132 S390_lowcore.clock_comparator = -1ULL; in init_cpu_timer()133 set_clock_comparator(S390_lowcore.clock_comparator); in init_cpu_timer()161 if (S390_lowcore.clock_comparator == -1ULL) in clock_comparator_interrupt()162 set_clock_comparator(S390_lowcore.clock_comparator); in clock_comparator_interrupt()
224 set_clock_comparator(S390_lowcore.clock_comparator); in s390_validate_registers()
107 if (S390_lowcore.int_clock >= S390_lowcore.clock_comparator) in do_IRQ()
321 lc->clock_comparator = -1ULL; in setup_lowcore()