Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/include/asm/
H A Dtimex.h168 old = get_lowcore()->clock_comparator; in local_tick_disable()
169 get_lowcore()->clock_comparator = clock_comparator_max; in local_tick_disable()
170 set_clock_comparator(get_lowcore()->clock_comparator); in local_tick_disable()
176 get_lowcore()->clock_comparator = comp; in local_tick_enable()
177 set_clock_comparator(get_lowcore()->clock_comparator); in local_tick_enable()
H A Dlowcore.h129 __u64 clock_comparator; /* 0x0328 */ member
/linux-6.15/arch/s390/kernel/
H A Dtime.c131 get_lowcore()->clock_comparator = clock_comparator_max; in clock_comparator_work()
139 get_lowcore()->clock_comparator = get_tod_clock() + delta; in s390_next_event()
140 set_clock_comparator(get_lowcore()->clock_comparator); in s390_next_event()
153 get_lowcore()->clock_comparator = clock_comparator_max; in init_cpu_timer()
154 set_clock_comparator(get_lowcore()->clock_comparator); in init_cpu_timer()
184 if (get_lowcore()->clock_comparator == clock_comparator_max) in clock_comparator_interrupt()
185 set_clock_comparator(get_lowcore()->clock_comparator); in clock_comparator_interrupt()
406 if (get_lowcore()->clock_comparator != clock_comparator_max) { in clock_sync_local()
407 get_lowcore()->clock_comparator += delta; in clock_sync_local()
408 set_clock_comparator(get_lowcore()->clock_comparator); in clock_sync_local()
H A Dnmi.c231 set_clock_comparator(get_lowcore()->clock_comparator); in nmi_registers_valid()
H A Dirq.c107 get_lowcore()->clock_comparator)) in do_IRQ()
H A Dsetup.c414 lc->clock_comparator = clock_comparator_max; in setup_lowcore()