Home
last modified time | relevance | path

Searched refs:ia64_get_itc (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/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.c1542 STAT(++unw.stat.script.builds; start = ia64_get_itc()); in build_script()
1554 STAT(unw.stat.script.build_time += ia64_get_itc() - start); in build_script()
1561 STAT(parse_start = ia64_get_itc()); in build_script()
1593 STAT(unw.stat.script.parse_time += ia64_get_itc() - parse_start); in build_script()
1594 STAT(unw.stat.script.build_time += ia64_get_itc() - start); in build_script()
1665 STAT(unw.stat.script.parse_time += ia64_get_itc() - parse_start); in build_script()
1700 STAT(parse_start = ia64_get_itc()); in build_script()
1707 STAT(unw.stat.script.parse_time += ia64_get_itc() - parse_start); in build_script()
1710 STAT(unw.stat.script.build_time += ia64_get_itc() - start); in build_script()
1727 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()
/openbmc/linux/arch/ia64/include/asm/
H A Ddelay.h61 ia64_get_itc (void) in ia64_get_itc() function
/openbmc/linux/arch/ia64/hp/common/
H A Dsba_iommu.c634 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()