Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/include/asm/
Dtimex.h59 old = S390_lowcore.clock_comparator; in local_tick_disable()
60 S390_lowcore.clock_comparator = -1ULL; in local_tick_disable()
61 set_clock_comparator(S390_lowcore.clock_comparator); in local_tick_disable()
67 S390_lowcore.clock_comparator = comp; in local_tick_enable()
68 set_clock_comparator(S390_lowcore.clock_comparator); in local_tick_enable()
Dlowcore.h115 __u64 clock_comparator; /* 0x0308 */ member
/linux-4.4.14/arch/s390/lib/
Ddelay.c49 set_clock_comparator(S390_lowcore.clock_comparator); in __udelay_disabled()
60 if (end < S390_lowcore.clock_comparator) { in __udelay_enabled()
/linux-4.4.14/arch/s390/kernel/
Dtime.c98 S390_lowcore.clock_comparator = -1ULL; in clock_comparator_work()
109 if (S390_lowcore.clock_comparator == -1ULL) in fixup_clock_comparator()
111 S390_lowcore.clock_comparator += delta; in fixup_clock_comparator()
112 set_clock_comparator(S390_lowcore.clock_comparator); in fixup_clock_comparator()
118 S390_lowcore.clock_comparator = get_tod_clock() + delta; in s390_next_event()
119 set_clock_comparator(S390_lowcore.clock_comparator); in s390_next_event()
132 S390_lowcore.clock_comparator = -1ULL; in init_cpu_timer()
133 set_clock_comparator(S390_lowcore.clock_comparator); in init_cpu_timer()
161 if (S390_lowcore.clock_comparator == -1ULL) in clock_comparator_interrupt()
162 set_clock_comparator(S390_lowcore.clock_comparator); in clock_comparator_interrupt()
Dnmi.c224 set_clock_comparator(S390_lowcore.clock_comparator); in s390_validate_registers()
Dirq.c107 if (S390_lowcore.int_clock >= S390_lowcore.clock_comparator) in do_IRQ()
Dsetup.c321 lc->clock_comparator = -1ULL; in setup_lowcore()