Home
last modified time | relevance | path

Searched refs:clock_comparator (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dtimex.h127 old = S390_lowcore.clock_comparator; in local_tick_disable()
128 S390_lowcore.clock_comparator = clock_comparator_max; in local_tick_disable()
129 set_clock_comparator(S390_lowcore.clock_comparator); in local_tick_disable()
135 S390_lowcore.clock_comparator = comp; in local_tick_enable()
136 set_clock_comparator(S390_lowcore.clock_comparator); in local_tick_enable()
H A Dlowcore.h99 __u64 clock_comparator; /* 0x0328 */ member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A 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()
H A Dlowcore.h123 __u64 clock_comparator; /* 0x0328 */ member
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dtime.c136 S390_lowcore.clock_comparator = clock_comparator_max; in clock_comparator_work()
144 S390_lowcore.clock_comparator = get_tod_clock() + delta; in s390_next_event()
145 set_clock_comparator(S390_lowcore.clock_comparator); in s390_next_event()
158 S390_lowcore.clock_comparator = clock_comparator_max; in init_cpu_timer()
159 set_clock_comparator(S390_lowcore.clock_comparator); in init_cpu_timer()
189 if (S390_lowcore.clock_comparator == clock_comparator_max) in clock_comparator_interrupt()
190 set_clock_comparator(S390_lowcore.clock_comparator); in clock_comparator_interrupt()
417 if (S390_lowcore.clock_comparator != clock_comparator_max) { in clock_sync_local()
418 S390_lowcore.clock_comparator += delta; in clock_sync_local()
419 set_clock_comparator(S390_lowcore.clock_comparator); in clock_sync_local()
[all...]
H A Dirq.c105 S390_lowcore.clock_comparator)) in do_IRQ()
H A Dasm-offsets.c131 OFFSET(__LC_CLOCK_COMPARATOR, lowcore, clock_comparator); in main()
H A Dsetup.c402 lc->clock_comparator = clock_comparator_max; in setup_lowcore_dat_off()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dtime.c134 S390_lowcore.clock_comparator = clock_comparator_max; in clock_comparator_work()
142 S390_lowcore.clock_comparator = get_tod_clock() + delta; in s390_next_event()
143 set_clock_comparator(S390_lowcore.clock_comparator); in s390_next_event()
156 S390_lowcore.clock_comparator = clock_comparator_max; in init_cpu_timer()
157 set_clock_comparator(S390_lowcore.clock_comparator); in init_cpu_timer()
187 if (S390_lowcore.clock_comparator == clock_comparator_max) in clock_comparator_interrupt()
188 set_clock_comparator(S390_lowcore.clock_comparator); in clock_comparator_interrupt()
411 if (S390_lowcore.clock_comparator != clock_comparator_max) { in clock_sync_local()
412 S390_lowcore.clock_comparator += delta; in clock_sync_local()
413 set_clock_comparator(S390_lowcore.clock_comparator); in clock_sync_local()
[all...]
H A Dnmi.c324 set_clock_comparator(S390_lowcore.clock_comparator); in s390_validate_registers()
H A Dirq.c103 S390_lowcore.clock_comparator)) in do_IRQ()
H A Dsetup.c427 lc->clock_comparator = clock_comparator_max; in setup_lowcore()
/kernel/linux/linux-5.10/arch/s390/lib/
H A Ddelay.c51 set_clock_comparator(S390_lowcore.clock_comparator); in __udelay_disabled()
62 if (tod_after(S390_lowcore.clock_comparator, end)) { in __udelay_enabled()

Completed in 10 milliseconds