Home
last modified time | relevance | path

Searched refs:clock_comparator (Results 1 – 7 of 7) sorted by relevance

/arch/s390/include/asm/
Dtimex.h132 old = S390_lowcore.clock_comparator; in local_tick_disable()
133 S390_lowcore.clock_comparator = clock_comparator_max; in local_tick_disable()
134 set_clock_comparator(S390_lowcore.clock_comparator); in local_tick_disable()
140 S390_lowcore.clock_comparator = comp; in local_tick_enable()
141 set_clock_comparator(S390_lowcore.clock_comparator); in local_tick_enable()
Dlowcore.h98 __u64 clock_comparator; /* 0x0320 */ member
/arch/s390/kernel/
Dtime.c141 S390_lowcore.clock_comparator = clock_comparator_max; in clock_comparator_work()
149 S390_lowcore.clock_comparator = get_tod_clock() + delta; in s390_next_event()
150 set_clock_comparator(S390_lowcore.clock_comparator); in s390_next_event()
163 S390_lowcore.clock_comparator = clock_comparator_max; in init_cpu_timer()
164 set_clock_comparator(S390_lowcore.clock_comparator); in init_cpu_timer()
194 if (S390_lowcore.clock_comparator == clock_comparator_max) in clock_comparator_interrupt()
195 set_clock_comparator(S390_lowcore.clock_comparator); in clock_comparator_interrupt()
465 if (S390_lowcore.clock_comparator != clock_comparator_max) { in clock_sync_local()
466 S390_lowcore.clock_comparator += delta; in clock_sync_local()
467 set_clock_comparator(S390_lowcore.clock_comparator); in clock_sync_local()
Dnmi.c264 set_clock_comparator(S390_lowcore.clock_comparator); in s390_validate_registers()
Dirq.c110 S390_lowcore.clock_comparator)) in do_IRQ()
Dsetup.c325 lc->clock_comparator = clock_comparator_max; in setup_lowcore_dat_off()
/arch/s390/lib/
Ddelay.c50 set_clock_comparator(S390_lowcore.clock_comparator); in __udelay_disabled()
61 if (tod_after(S390_lowcore.clock_comparator, end)) { in __udelay_enabled()