/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | rtas-rtc.c | 23 max_wait_tb = get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT; in rtas_get_boot_time() 32 } while (wait_time && (get_tb() < max_wait_tb)); in rtas_get_boot_time() 55 max_wait_tb = get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT; in rtas_get_rtc_time() 70 } while (wait_time && (get_tb() < max_wait_tb)); in rtas_get_rtc_time() 92 max_wait_tb = get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT; in rtas_set_rtc_time() 105 } while (wait_time && (get_tb() < max_wait_tb)); in rtas_set_rtc_time()
|
D | watchdog.c | 115 u64 tb = get_tb(); in wd_lockup_ipi() 275 u64 tb = get_tb(); in watchdog_timer_interrupt() 298 tb = get_tb(); in soft_nmi_interrupt() 357 tb = get_tb(); in arch_touch_nmi_watchdog() 386 wd_smp_last_reset_tb = get_tb(); in start_watchdog() 390 *this_cpu_ptr(&wd_timer_tb) = get_tb(); in start_watchdog() 418 wd_smp_clear_cpu_pending(cpu, get_tb()); in stop_watchdog()
|
D | smp-tbsync.c | 41 while (get_tb() < mark) in enter_contest() 88 tb = get_tb() + 400; in start_contest() 98 while (get_tb() <= tb) in start_contest()
|
D | time.c | 596 now = get_tb(); in timer_interrupt() 678 return mulhdu(get_tb() - boot_tb, tb_to_ns_scale) << tb_to_ns_shift; in sched_clock() 829 return (u64)get_tb(); in timebase_read() 938 __this_cpu_write(decrementers_next_tb, get_tb() + evt); in decrementer_set_next_event() 1072 boot_tb = get_tb(); in time_init()
|
D | rtas.c | 1362 timebase = get_tb(); in rtas_give_timebase()
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
D | emulate.c | 60 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()
|
D | book3s_hv_builtin.c | 132 u64 stop = get_tb() + 10 * tb_ticks_per_usec; in kvmppc_rm_h_confer() 136 while ((get_tb() < stop) && !VCORE_IS_EXITING(vc)) { in kvmppc_rm_h_confer() 583 vcpu->arch.regs.gpr[5] = get_tb(); in kvmppc_rm_h_xirr_x()
|
D | book3s_pr.c | 215 vcpu->arch.entry_tb = get_tb(); in kvmppc_copy_to_svcpu() 300 vcpu->arch.purr += get_tb() - vcpu->arch.entry_tb; in kvmppc_copy_from_svcpu() 301 vcpu->arch.spurr += get_tb() - vcpu->arch.entry_tb; in kvmppc_copy_from_svcpu()
|
D | booke.c | 556 tb = get_tb(); in watchdog_next_timeout() 1478 u64 tb = get_tb(); in get_sregs_base()
|
D | book3s_xics.c | 890 kvmppc_set_gpr(vcpu, 5, get_tb()); in kvmppc_xics_hcall()
|
D | book3s_hv.c | 2501 now = get_tb(); in kvmppc_set_timer() 2967 now = get_tb(); in post_guest_process() 4279 ((get_tb() < vcpu->arch.dec_expires) || in kvmhv_run_single_vcpu()
|
D | powerpc.c | 745 vcpu->arch.dec_expires = get_tb(); in kvm_arch_vcpu_create()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/trace/ |
D | trace_clock.c | 12 return get_tb(); in trace_clock_ppc_tb()
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
D | 8xx-pmu.c | 91 val = get_tb(); in mpc8xx_pmu_add() 131 val = get_tb(); in mpc8xx_pmu_read()
|
/kernel/linux/linux-5.10/drivers/cpuidle/ |
D | cpuidle-pseries.c | 46 snooze_exit_time = get_tb() + snooze_timeout; in snooze_loop() 51 if (likely(snooze_timeout_en) && get_tb() > snooze_exit_time) { in snooze_loop()
|
D | cpuidle-powernv.c | 78 snooze_exit_time = get_tb() + get_snooze_timeout(dev, drv, index); in snooze_loop() 82 if (likely(snooze_timeout_en) && get_tb() > snooze_exit_time) { in snooze_loop()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | time.h | 56 static inline u64 get_tb(void) in get_tb() function
|
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
D | kaslr_booke.c | 299 seed = get_tb() << 32; in kaslr_choose_location() 300 seed ^= get_tb(); in kaslr_choose_location()
|
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
D | nx-842-pseries.c | 293 unsigned long start = get_tb(); in nx842_pseries_compress() 375 (get_tb() - start) / tb_ticks_per_usec); in nx842_pseries_compress() 423 unsigned long start = get_tb(); in nx842_pseries_decompress() 506 (get_tb() - start) / tb_ticks_per_usec); in nx842_pseries_decompress()
|
/kernel/linux/linux-5.10/drivers/ps3/ |
D | ps3-lpm.c | 183 bookmark = (get_tb() & 0x00000000FFFFFFFFULL) | in ps3_set_pm_bookmark() 874 ps3_set_bookmark(get_tb() | PS3_PM_BOOKMARK_START); in ps3_enable_pm() 887 ps3_set_bookmark(get_tb() | PS3_PM_BOOKMARK_STOP); in ps3_disable_pm()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
D | smp.c | 383 timebase = get_tb(); in smp_psurge_kick_cpu() 465 timebase = get_tb(); in smp_core99_give_timebase()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/ |
D | smp.c | 83 timebase = get_tb(); in mpc85xx_give_timebase()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pasemi/ |
D | setup.c | 111 timebase = get_tb(); in pas_give_timebase()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
D | file.c | 2476 p->timebase = get_tb(); in spu_switch_log_notify()
|