Lines Matching refs:get_lowcore
127 get_lowcore()->clock_comparator = clock_comparator_max; in clock_comparator_work()
135 get_lowcore()->clock_comparator = get_tod_clock() + delta; in s390_next_event()
136 set_clock_comparator(get_lowcore()->clock_comparator); in s390_next_event()
149 get_lowcore()->clock_comparator = clock_comparator_max; in init_cpu_timer()
150 set_clock_comparator(get_lowcore()->clock_comparator); in init_cpu_timer()
180 if (get_lowcore()->clock_comparator == clock_comparator_max) in clock_comparator_interrupt()
181 set_clock_comparator(get_lowcore()->clock_comparator); in clock_comparator_interrupt()
373 if (get_lowcore()->clock_comparator != clock_comparator_max) { in clock_sync_local()
374 get_lowcore()->clock_comparator += delta; in clock_sync_local()
375 set_clock_comparator(get_lowcore()->clock_comparator); in clock_sync_local()
378 get_lowcore()->last_update_clock += delta; in clock_sync_local()