Lines Matching refs:get_lowcore
134 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()
416 get_lowcore()->last_update_clock += delta; in clock_sync_local()