Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dwatchdog.c154 tb_to_ns(tb - per_cpu(wd_timer_tb, cpu)) / 1000000); in wd_lockup_ipi()
236 cpu, tb, last_reset, tb_to_ns(tb - last_reset) / 1000000); in watchdog_smp_panic()
411 tb_to_ns(tb - per_cpu(wd_timer_tb, cpu)) / 1000000); in DEFINE_INTERRUPT_HANDLER_NMI()
Dtime.c602 unsigned long long tb_to_ns(unsigned long long ticks) in tb_to_ns() function
606 EXPORT_SYMBOL_GPL(tb_to_ns);
/arch/powerpc/include/asm/
Dcputime.h25 #define cputime_to_nsecs(cputime) tb_to_ns(cputime)
Dtime.h115 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.c2848 tb_to_ns(tb.tb_total), in debugfs_timings_read()
2849 tb_to_ns(tb.tb_min), in debugfs_timings_read()
2850 tb_to_ns(tb.tb_max)); in debugfs_timings_read()
3101 dec_nsec = tb_to_ns(kvmppc_dec_expires_host_tb(vcpu) - now); in kvmppc_set_timer()
/arch/powerpc/platforms/pseries/
Dlpar.c669 return tb_to_ns(be64_to_cpu(READ_ONCE(lppaca->enqueue_dispatch_tb)) + in pseries_paravirt_steal_clock()