Searched refs:clock_comparator (Results 1 – 6 of 6) sorted by relevance
164 old = S390_lowcore.clock_comparator; in local_tick_disable()165 S390_lowcore.clock_comparator = clock_comparator_max; in local_tick_disable()166 set_clock_comparator(S390_lowcore.clock_comparator); in local_tick_disable()172 S390_lowcore.clock_comparator = comp; in local_tick_enable()173 set_clock_comparator(S390_lowcore.clock_comparator); in local_tick_enable()
123 __u64 clock_comparator; /* 0x0328 */ member
129 S390_lowcore.clock_comparator = clock_comparator_max; in clock_comparator_work()137 S390_lowcore.clock_comparator = get_tod_clock() + delta; in s390_next_event()138 set_clock_comparator(S390_lowcore.clock_comparator); in s390_next_event()151 S390_lowcore.clock_comparator = clock_comparator_max; in init_cpu_timer()152 set_clock_comparator(S390_lowcore.clock_comparator); in init_cpu_timer()182 if (S390_lowcore.clock_comparator == clock_comparator_max) in clock_comparator_interrupt()183 set_clock_comparator(S390_lowcore.clock_comparator); in clock_comparator_interrupt()406 if (S390_lowcore.clock_comparator != clock_comparator_max) { in clock_sync_local()407 S390_lowcore.clock_comparator += delta; in clock_sync_local()408 set_clock_comparator(S390_lowcore.clock_comparator); in clock_sync_local()
348 set_clock_comparator(S390_lowcore.clock_comparator); in s390_validate_registers()
103 S390_lowcore.clock_comparator)) in do_IRQ()
444 lc->clock_comparator = clock_comparator_max; in setup_lowcore_dat_off()