Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ia64/
Ddelay.h49 ia64_get_itc (void) in ia64_get_itc() function
78 unsigned long start = ia64_get_itc(); in udelay()
81 while (ia64_get_itc() - start < cycles) in udelay()
88 unsigned long start = ia64_get_itc(); in ndelay()
91 while (ia64_get_itc() - start < cycles) in ndelay()
/linux-2.4.37.9/arch/ia64/kernel/
Dtime.c74 now = ia64_get_itc(); in gettimeoffset()
153 if (!time_after(ia64_get_itc(), new_itm)) in timer_interrupt()
155 ia64_get_itc(), new_itm); in timer_interrupt()
185 if (time_after(new_itm, ia64_get_itc())) in timer_interrupt()
197 while (!time_after(new_itm, ia64_get_itc() + local_cpu_data->itm_delta/2)) in timer_interrupt()
201 } while (time_after_eq(ia64_get_itc(), new_itm)); in timer_interrupt()
225 local_cpu_data->itm_next = ia64_get_itc() + delta + shift; in ia64_cpu_local_tick()
Dsmpboot.c151 go[SLAVE] = ia64_get_itc(); in sync_master()
170 t0 = ia64_get_itc(); in get_delta()
174 t1 = ia64_get_itc(); in get_delta()
261 ia64_set_itc(ia64_get_itc() + adj); in ia64_sync_itc()
376 if (time_after(ia64_get_itc(),local_cpu_data->itm_next)) { in smp_callin()
Dunwind.c1527 STAT(++unw.stat.script.builds; start = ia64_get_itc()); in build_script()
1539 STAT(unw.stat.script.build_time += ia64_get_itc() - start); in build_script()
1546 STAT(parse_start = ia64_get_itc()); in build_script()
1563 STAT(unw.stat.script.parse_time += ia64_get_itc() - parse_start); in build_script()
1564 STAT(unw.stat.script.build_time += ia64_get_itc() - start); in build_script()
1635 STAT(unw.stat.script.parse_time += ia64_get_itc() - parse_start); in build_script()
1670 STAT(parse_start = ia64_get_itc()); in build_script()
1677 STAT(unw.stat.script.parse_time += ia64_get_itc() - parse_start); in build_script()
1680 STAT(unw.stat.script.build_time += ia64_get_itc() - start); in build_script()
1697 STAT(++unw.stat.script.runs; start = ia64_get_itc()); in run_script()
[all …]
Dperfmon.c607 return ia64_get_itc(); in pfm_get_stamp()
/linux-2.4.37.9/arch/ia64/hp/common/
Dsba_iommu.c536 unsigned long itc_start = ia64_get_itc(); in sba_alloc_range()
569 ioc->avg_search[ioc->avg_idx++] = ia64_get_itc() - itc_start; in sba_alloc_range()