Home
last modified time | relevance | path

Searched refs:get_tb (Results 1 – 19 of 19) sorted by relevance

/linux/arch/powerpc/kernel/
H A Drtas-rtc.c22 max_wait_tb = get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT; in rtas_get_boot_time()
31 } while (wait_time && (get_tb() < max_wait_tb)); in rtas_get_boot_time()
54 max_wait_tb = get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT; in rtas_get_rtc_time()
69 } while (wait_time && (get_tb() < max_wait_tb)); in rtas_get_rtc_time()
91 max_wait_tb = get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT; in rtas_set_rtc_time()
104 } while (wait_time && (get_tb() < max_wait_tb)); in rtas_set_rtc_time()
H A Dwatchdog.c150 u64 tb = get_tb(); in wd_lockup_ipi()
192 wd_smp_last_reset_tb = get_tb(); in set_cpu_stuck()
210 tb = get_tb(); in watchdog_smp_panic()
274 cpu, get_tb()); in wd_smp_clear_cpu_pending()
340 wd_smp_last_reset_tb = get_tb(); in wd_smp_clear_cpu_pending()
351 u64 tb = get_tb(); in watchdog_timer_interrupt()
386 tb = get_tb(); in DEFINE_INTERRUPT_HANDLER_NMI()
468 tb = get_tb(); in arch_touch_nmi_watchdog()
497 wd_smp_last_reset_tb = get_tb(); in start_watchdog()
501 *this_cpu_ptr(&wd_timer_tb) = get_tb(); in start_watchdog()
H A Dsmp-tbsync.c41 while (get_tb() < mark) in enter_contest()
88 tb = get_tb() + 400; in start_contest()
98 while (get_tb() <= tb) in start_contest()
H A Dtime.c572 now = get_tb(); in DEFINE_INTERRUPT_HANDLER_ASYNC()
639 return mulhdu(get_tb() - boot_tb, tb_to_ns_scale) << tb_to_ns_shift; in sched_clock()
796 return (u64)get_tb(); in timebase_read()
816 __this_cpu_write(decrementers_next_tb, get_tb() + evt); in decrementer_set_next_event()
983 boot_tb = get_tb(); in time_init()
H A Drtas.c2116 timebase = get_tb(); in rtas_give_timebase()
/linux/arch/powerpc/kvm/
H A Demulate.c60 vcpu->arch.dec_jiffies = get_tb(); in kvmppc_emulate_dec()
151 spr_val = get_tb() >> 32; in kvmppc_emulate_mfspr()
154 spr_val = get_tb(); in kvmppc_emulate_mfspr()
173 spr_val = kvmppc_get_dec(vcpu, get_tb()); in kvmppc_emulate_mfspr()
H A Dbook3s_hv_builtin.c118 u64 stop = get_tb() + 10 * tb_ticks_per_usec; in kvmppc_rm_h_confer()
122 while ((get_tb() < stop) && !VCORE_IS_EXITING(vc)) { in kvmppc_rm_h_confer()
H A Dbook3s_hv_rm_xics.c484 kvmppc_set_gpr(vcpu, 5, get_tb()); in xics_rm_h_xirr_x()
H A Dbooke.c585 tb = get_tb(); in watchdog_next_timeout()
1512 u64 tb = get_tb(); in get_sregs_base()
H A Dbook3s_xics.c890 kvmppc_set_gpr(vcpu, 5, get_tb()); in kvmppc_xics_hcall()
H A Dbook3s_xive.c2798 kvmppc_set_gpr(vcpu, 5, get_tb() + kvmppc_get_tb_offset(vcpu)); in kvmppc_xive_xics_hcall()
/linux/arch/powerpc/kernel/trace/
H A Dtrace_clock.c12 return get_tb(); in trace_clock_ppc_tb()
/linux/arch/powerpc/include/asm/vdso/
H A Dtimebase.h46 static __always_inline u64 get_tb(void) in get_tb() function
H A Dgettimeofday.h99 return get_tb(); in __arch_get_hw_counter()
/linux/drivers/cpuidle/
H A Dcpuidle-powernv.c78 snooze_exit_time = get_tb() + get_snooze_timeout(dev, drv, index); in snooze_loop()
83 if (likely(snooze_timeout_en) && get_tb() > snooze_exit_time) { in snooze_loop()
/linux/arch/powerpc/mm/nohash/
H A Dkaslr_booke.c297 seed = get_tb() << 32; in kaslr_choose_location()
298 seed ^= get_tb(); in kaslr_choose_location()
/linux/arch/powerpc/platforms/powermac/
H A Dsmp.c384 timebase = get_tb(); in smp_psurge_kick_cpu()
466 timebase = get_tb(); in smp_core99_give_timebase()
/linux/arch/powerpc/platforms/pasemi/
H A Dsetup.c113 timebase = get_tb(); in pas_give_timebase()
/linux/arch/powerpc/platforms/cell/spufs/
H A Dfile.c2447 p->timebase = get_tb(); in spu_switch_log_notify()