Searched refs:get_tb (Results 1 – 17 of 17) sorted by relevance
22 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()
41 while (get_tb() < mark) in enter_contest()88 tb = get_tb() + 400; in start_contest()98 while (get_tb() <= tb) in start_contest()
2116 timebase = get_tb(); in rtas_give_timebase()
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()
118 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()
222 vcpu->arch.entry_tb = get_tb(); in kvmppc_copy_to_svcpu()307 vcpu->arch.purr += get_tb() - vcpu->arch.entry_tb; in kvmppc_copy_from_svcpu()308 vcpu->arch.spurr += get_tb() - vcpu->arch.entry_tb; in kvmppc_copy_from_svcpu()
484 kvmppc_set_gpr(vcpu, 5, get_tb()); in xics_rm_h_xirr_x()
585 tb = get_tb(); in watchdog_next_timeout()1512 u64 tb = get_tb(); in get_sregs_base()
890 kvmppc_set_gpr(vcpu, 5, get_tb()); in kvmppc_xics_hcall()
2798 kvmppc_set_gpr(vcpu, 5, get_tb() + kvmppc_get_tb_offset(vcpu)); in kvmppc_xive_xics_hcall()
12 return get_tb(); in trace_clock_ppc_tb()
46 static __always_inline u64 get_tb(void) in get_tb() function
297 seed = get_tb() << 32; in kaslr_choose_location()298 seed ^= get_tb(); in kaslr_choose_location()
321 unsigned long start = get_tb(); in nx842_pseries_compress()403 (get_tb() - start) / tb_ticks_per_usec); in nx842_pseries_compress()451 unsigned long start = get_tb(); in nx842_pseries_decompress()534 (get_tb() - start) / tb_ticks_per_usec); in nx842_pseries_decompress()
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()
384 timebase = get_tb(); in smp_psurge_kick_cpu()466 timebase = get_tb(); in smp_core99_give_timebase()
113 timebase = get_tb(); in pas_give_timebase()