Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/kernel/
Dtime.c128 now = ia64_get_itc(); in vtime_delta()
173 if (!time_after(ia64_get_itc(), new_itm)) in timer_interrupt()
175 ia64_get_itc(), new_itm); in timer_interrupt()
189 if (time_after(new_itm, ia64_get_itc())) in timer_interrupt()
209 while (!time_after(new_itm, ia64_get_itc() + local_cpu_data->itm_delta/2)) in timer_interrupt()
213 } while (time_after_eq(ia64_get_itc(), new_itm)); in timer_interrupt()
238 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()
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 …]
Dsmpboot.c204 go[SLAVE] = ia64_get_itc(); in sync_master()
223 t0 = ia64_get_itc(); in get_delta()
228 t1 = ia64_get_itc(); in get_delta()
324 ia64_set_itc(ia64_get_itc() + adj); in ia64_sync_itc()
Dperfmon.c5186 tstamp = ia64_get_itc(); in pfm_overflow_handler()
5292 start_cycles = ia64_get_itc(); in pfm_overflow_handler()
5299 end_cycles = ia64_get_itc(); in pfm_overflow_handler()
5527 start_cycles = ia64_get_itc(); in pfm_interrupt_handler()
5531 total_cycles = ia64_get_itc(); in pfm_interrupt_handler()
/Linux-v4.19/arch/ia64/sn/kernel/sn2/
Dsn2_smp.c135 itc = ia64_get_itc(); in sn2_ipi_flush_all_tlb()
137 itc = ia64_get_itc() - itc; in sn2_ipi_flush_all_tlb()
221 itc = ia64_get_itc(); in sn2_global_tlb_purge()
248 itc = ia64_get_itc(); in sn2_global_tlb_purge()
250 itc2 = ia64_get_itc(); in sn2_global_tlb_purge()
303 itc2 = ia64_get_itc() - itc2; in sn2_global_tlb_purge()
/Linux-v4.19/arch/ia64/include/asm/
Ddelay.h61 ia64_get_itc (void) in ia64_get_itc() function
/Linux-v4.19/arch/ia64/sn/kernel/
Dbte.c206 itc_end = ia64_get_itc() + (40000000 * local_cpu_data->cyc_per_usec); in bte_copy()
216 if (ia64_get_itc() > itc_end) { in bte_copy()
/Linux-v4.19/arch/ia64/hp/common/
Dsba_iommu.c643 itc_start = ia64_get_itc(); in sba_alloc_range()
698 ioc->avg_search[ioc->avg_idx++] = (ia64_get_itc() - itc_start) / pages_needed; in sba_alloc_range()