Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/include/asm/
Dtimex.h164 old = get_lowcore()->clock_comparator; in local_tick_disable()
165 get_lowcore()->clock_comparator = clock_comparator_max; in local_tick_disable()
166 set_clock_comparator(get_lowcore()->clock_comparator); in local_tick_disable()
172 get_lowcore()->clock_comparator = comp; in local_tick_enable()
173 set_clock_comparator(get_lowcore()->clock_comparator); in local_tick_enable()
Dlowcore.h128 __u64 clock_comparator; /* 0x0328 */ member
/linux-6.12.1/arch/s390/kernel/
Dtime.c134 get_lowcore()->clock_comparator = clock_comparator_max; in clock_comparator_work()
142 get_lowcore()->clock_comparator = get_tod_clock() + delta; in s390_next_event()
143 set_clock_comparator(get_lowcore()->clock_comparator); in s390_next_event()
156 get_lowcore()->clock_comparator = clock_comparator_max; in init_cpu_timer()
157 set_clock_comparator(get_lowcore()->clock_comparator); in init_cpu_timer()
187 if (get_lowcore()->clock_comparator == clock_comparator_max) in clock_comparator_interrupt()
188 set_clock_comparator(get_lowcore()->clock_comparator); in clock_comparator_interrupt()
411 if (get_lowcore()->clock_comparator != clock_comparator_max) { in clock_sync_local()
412 get_lowcore()->clock_comparator += delta; in clock_sync_local()
413 set_clock_comparator(get_lowcore()->clock_comparator); in clock_sync_local()
Dnmi.c230 set_clock_comparator(get_lowcore()->clock_comparator); in nmi_registers_valid()
Dirq.c105 get_lowcore()->clock_comparator)) in do_IRQ()
Dsetup.c421 lc->clock_comparator = clock_comparator_max; in setup_lowcore()