Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/include/asm/
Dtimex.h58 old = S390_lowcore.clock_comparator; in local_tick_disable()
59 S390_lowcore.clock_comparator = -1ULL; in local_tick_disable()
60 set_clock_comparator(S390_lowcore.clock_comparator); in local_tick_disable()
66 S390_lowcore.clock_comparator = comp; in local_tick_enable()
67 set_clock_comparator(S390_lowcore.clock_comparator); in local_tick_enable()
Dlowcore.h115 __u64 clock_comparator; /* 0x0308 */ member
/linux-4.1.27/arch/s390/kernel/
Dtime.c95 S390_lowcore.clock_comparator = -1ULL; in clock_comparator_work()
106 if (S390_lowcore.clock_comparator == -1ULL) in fixup_clock_comparator()
108 S390_lowcore.clock_comparator += delta; in fixup_clock_comparator()
109 set_clock_comparator(S390_lowcore.clock_comparator); in fixup_clock_comparator()
115 S390_lowcore.clock_comparator = get_tod_clock() + delta; in s390_next_event()
116 set_clock_comparator(S390_lowcore.clock_comparator); in s390_next_event()
134 S390_lowcore.clock_comparator = -1ULL; in init_cpu_timer()
135 set_clock_comparator(S390_lowcore.clock_comparator); in init_cpu_timer()
164 if (S390_lowcore.clock_comparator == -1ULL) in clock_comparator_interrupt()
165 set_clock_comparator(S390_lowcore.clock_comparator); in clock_comparator_interrupt()
Dnmi.c214 set_clock_comparator(S390_lowcore.clock_comparator); in s390_revalidate_registers()
Dirq.c108 if (S390_lowcore.int_clock >= S390_lowcore.clock_comparator) in do_IRQ()
Dsetup.c320 lc->clock_comparator = -1ULL; in setup_lowcore()
/linux-4.1.27/arch/s390/lib/
Ddelay.c61 if (end < S390_lowcore.clock_comparator) { in __udelay_enabled()