Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dwatchdog.c155 tb_to_ns(tb - per_cpu(wd_timer_tb, cpu)) / 1000000); in wd_lockup_ipi()
237 cpu, tb, last_reset, tb_to_ns(tb - last_reset) / 1000000); in watchdog_smp_panic()
414 tb_to_ns(tb - per_cpu(wd_timer_tb, cpu)) / 1000000); in DEFINE_INTERRUPT_HANDLER_NMI()
H A Dtime.c624 unsigned long long tb_to_ns(unsigned long long ticks) in tb_to_ns() function
628 EXPORT_SYMBOL_GPL(tb_to_ns);
/linux/arch/powerpc/include/asm/
H A Dcputime.h25 #define cputime_to_nsecs(cputime) tb_to_ns(cputime)
H A Dtime.h111 unsigned long long tb_to_ns(unsigned long long tb_ticks);
/linux/arch/powerpc/kvm/
H A Demulate.c56 dec_time = tb_to_ns(dec_time); in kvmppc_emulate_dec()