Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dwatchdog.c120 tb_to_ns(tb - per_cpu(wd_timer_tb, cpu)) / 1000000); in wd_lockup_ipi()
169 tb_to_ns(tb - wd_smp_last_reset_tb) / 1000000); in watchdog_smp_panic()
311 tb_to_ns(tb - per_cpu(wd_timer_tb, cpu)) / 1000000); in soft_nmi_interrupt()
Dtime.c691 unsigned long long tb_to_ns(unsigned long long ticks) in tb_to_ns() function
695 EXPORT_SYMBOL_GPL(tb_to_ns);
/arch/powerpc/include/asm/
Dtime.h196 unsigned long long tb_to_ns(unsigned long long tb_ticks);
/arch/powerpc/kvm/
Demulate.c56 dec_time = tb_to_ns(dec_time); in kvmppc_emulate_dec()
Dbook3s_hv.c2200 tb_to_ns(tb.tb_total), in debugfs_timings_read()
2201 tb_to_ns(tb.tb_min), in debugfs_timings_read()
2202 tb_to_ns(tb.tb_max)); in debugfs_timings_read()
2457 dec_nsec = tb_to_ns(vcpu->arch.dec_expires - now); in kvmppc_set_timer()