Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/include/asm/
Dtimex.h164 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()
Dlowcore.h123 __u64 clock_comparator; /* 0x0328 */ member
/linux-6.1.9/arch/s390/kernel/
Dtime.c129 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()
Dnmi.c348 set_clock_comparator(S390_lowcore.clock_comparator); in s390_validate_registers()
Dirq.c103 S390_lowcore.clock_comparator)) in do_IRQ()
Dsetup.c444 lc->clock_comparator = clock_comparator_max; in setup_lowcore_dat_off()