Home
last modified time | relevance | path

Searched refs:ia64_get_itc (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dtime.c129 now = ia64_get_itc(); in vtime_delta()
172 if (!time_after(ia64_get_itc(), new_itm)) in timer_interrupt()
174 ia64_get_itc(), new_itm); in timer_interrupt()
188 if (time_after(new_itm, ia64_get_itc())) in timer_interrupt()
208 while (!time_after(new_itm, ia64_get_itc() + local_cpu_data->itm_delta/2)) in timer_interrupt()
212 } while (time_after_eq(ia64_get_itc(), new_itm)); in timer_interrupt()
237 local_cpu_data->itm_next = ia64_get_itc() + delta + shift; in ia64_cpu_local_tick()
405 unsigned long start = ia64_get_itc(); in ia64_itc_udelay()
408 while (time_before(ia64_get_itc(), end)) in ia64_itc_udelay()
H A Dunwind.c1545 STAT(++unw.stat.script.builds; start = ia64_get_itc()); in build_script()
1557 STAT(unw.stat.script.build_time += ia64_get_itc() - start); in build_script()
1564 STAT(parse_start = ia64_get_itc()); in build_script()
1596 STAT(unw.stat.script.parse_time += ia64_get_itc() - parse_start); in build_script()
1597 STAT(unw.stat.script.build_time += ia64_get_itc() - start); in build_script()
1668 STAT(unw.stat.script.parse_time += ia64_get_itc() - parse_start); in build_script()
1703 STAT(parse_start = ia64_get_itc()); in build_script()
1710 STAT(unw.stat.script.parse_time += ia64_get_itc() - parse_start); in build_script()
1713 STAT(unw.stat.script.build_time += ia64_get_itc() - start);
1730 STAT(++unw.stat.script.runs; start = ia64_get_itc()); in run_script()
[all...]
H A Dsmpboot.c201 go[SLAVE] = ia64_get_itc(); in sync_master()
220 t0 = ia64_get_itc(); in get_delta()
225 t1 = ia64_get_itc(); in get_delta()
321 ia64_set_itc(ia64_get_itc() + adj); in ia64_sync_itc()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dtime.c131 now = ia64_get_itc(); in vtime_delta()
184 if (!time_after(ia64_get_itc(), new_itm)) in timer_interrupt()
186 ia64_get_itc(), new_itm); in timer_interrupt()
195 if (time_after(new_itm, ia64_get_itc())) in timer_interrupt()
215 while (!time_after(new_itm, ia64_get_itc() + local_cpu_data->itm_delta/2)) in timer_interrupt()
219 } while (time_after_eq(ia64_get_itc(), new_itm)); in timer_interrupt()
244 local_cpu_data->itm_next = ia64_get_itc() + delta + shift; in ia64_cpu_local_tick()
412 unsigned long start = ia64_get_itc(); in ia64_itc_udelay()
415 while (time_before(ia64_get_itc(), end)) in ia64_itc_udelay()
H A Dunwind.c1545 STAT(++unw.stat.script.builds; start = ia64_get_itc()); in build_script()
1557 STAT(unw.stat.script.build_time += ia64_get_itc() - start); in build_script()
1564 STAT(parse_start = ia64_get_itc()); in build_script()
1596 STAT(unw.stat.script.parse_time += ia64_get_itc() - parse_start); in build_script()
1597 STAT(unw.stat.script.build_time += ia64_get_itc() - start); in build_script()
1668 STAT(unw.stat.script.parse_time += ia64_get_itc() - parse_start); in build_script()
1703 STAT(parse_start = ia64_get_itc()); in build_script()
1710 STAT(unw.stat.script.parse_time += ia64_get_itc() - parse_start); in build_script()
1713 STAT(unw.stat.script.build_time += ia64_get_itc() - start);
1730 STAT(++unw.stat.script.runs; start = ia64_get_itc()); in run_script()
[all...]
H A Dsmpboot.c202 go[SLAVE] = ia64_get_itc(); in sync_master()
221 t0 = ia64_get_itc(); in get_delta()
226 t1 = ia64_get_itc(); in get_delta()
322 ia64_set_itc(ia64_get_itc() + adj); in ia64_sync_itc()
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Ddelay.h61 ia64_get_itc (void) in ia64_get_itc() function
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Ddelay.h61 ia64_get_itc (void) in ia64_get_itc() function
/kernel/linux/linux-5.10/arch/ia64/hp/common/
H A Dsba_iommu.c40 #include <asm/delay.h> /* ia64_get_itc() */
634 itc_start = ia64_get_itc(); in sba_alloc_range()
689 ioc->avg_search[ioc->avg_idx++] = (ia64_get_itc() - itc_start) / pages_needed; in sba_alloc_range()
/kernel/linux/linux-6.6/arch/ia64/hp/common/
H A Dsba_iommu.c40 #include <asm/delay.h> /* ia64_get_itc() */
634 itc_start = ia64_get_itc(); in sba_alloc_range()
689 ioc->avg_search[ioc->avg_idx++] = (ia64_get_itc() - itc_start) / pages_needed; in sba_alloc_range()

Completed in 15 milliseconds