Home
last modified time | relevance | path

Searched refs:tb_to_ns (Results 1 – 6 of 6) 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.c663 unsigned long long tb_to_ns(unsigned long long ticks) in tb_to_ns() function
667 EXPORT_SYMBOL_GPL(tb_to_ns);
/arch/powerpc/include/asm/
Dcputime.h39 #define cputime_to_nsecs(cputime) tb_to_ns((__force u64)cputime)
Dtime.h132 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.c2271 tb_to_ns(tb.tb_total), in debugfs_timings_read()
2272 tb_to_ns(tb.tb_min), in debugfs_timings_read()
2273 tb_to_ns(tb.tb_max)); in debugfs_timings_read()
2508 dec_nsec = tb_to_ns(vcpu->arch.dec_expires - now); in kvmppc_set_timer()