Searched refs:mftb (Results 1 – 25 of 27) sorted by relevance
12
16 #define mftb() ({unsigned long rval; \ macro26 #define mftb() ({unsigned long rval; \ macro29 #define mftb() ({unsigned long rval; \ macro55 return mftb(); in get_tb()59 tblo = mftb(); in get_tb()
157 u64 new_tb = mftb() - vc->tb_offset_applied; in kvmppc_p9_realmode_hmi_handler()159 if ((mftb() & 0xffffff) < (new_tb & 0xffffff)) { in kvmppc_p9_realmode_hmi_handler()178 u64 new_tb = mftb() + vc->tb_offset; in kvmppc_p9_realmode_hmi_handler()180 if ((mftb() & 0xffffff) < (new_tb & 0xffffff)) { in kvmppc_p9_realmode_hmi_handler()
72 mftb r7
224 u64 tb = mftb() - vc->tb_offset_applied; in accumulate_time()599 if ((mftb() & 0xffffff) < (new_tb & 0xffffff)) { in kvmhv_vcpu_entry_p9()848 *tb = mftb(); in kvmhv_vcpu_entry_p9()854 if ((mftb() & 0xffffff) < (new_tb & 0xffffff)) { in kvmhv_vcpu_entry_p9()
113 mftb r4582 mftb r6 /* current host timebase */585 mftb r7 /* check if lower 24 bits overflowed */826 mftb r71198 mftb r61458 mftb r6 /* current guest timebase */1461 mftb r7 /* check if lower 24 bits overflowed */2146 mftb r52252 mftb r72981 mftb r5[all …]
333 now = mftb(); in kvmppc_core_vcpu_load_hv()371 vcpu->arch.busy_preempt = mftb(); in kvmppc_core_vcpu_put_hv()375 now = mftb(); in kvmppc_core_vcpu_put_hv()839 now = mftb(); in kvmppc_update_vpa_dispatch()3459 kvmppc_core_start_stolen(vc, mftb()); in kvmppc_vcore_preempt()3468 kvmppc_core_end_stolen(vc, mftb()); in kvmppc_vcore_end_preempt()3614 kvmppc_core_end_stolen(pvc, mftb()); in collect_piggybacks()3623 kvmppc_core_end_stolen(pvc, mftb()); in collect_piggybacks()4291 *tb = mftb(); in kvmhv_vcpu_entry_nestedv2()4399 *tb = mftb(); in kvmhv_vcpu_entry_p9_nested()[all …]
47 unsigned long tb = mftb(); in account_cpu_user_entry()56 unsigned long tb = mftb(); in account_cpu_user_exit()
20 return mftb(); in get_cycles()
57 unsigned long __start = mftb(); \
79 return mftb() - tstamp; in tb_ticks_since()
456 #define MFTBL(dest) mftb dest
94 h->tb_start = mftb(); in probe_hcall_entry()108 h->tb_total += mftb() - h->tb_start; in probe_hcall_exit()
551 seq_printf(m, "tbr=%ld\n", mftb()); in pseries_lparcfg_data()
80 #define MFTBL(dest) mftb dest
197 if (soft_invalid || (mftb() & 0x1)) in __hash_page_4K()312 if (mftb() & 0x1) in __hash_page_64K()
101 if (mftb() & 0x1) in __hash_page_4K()
149 if (mftb() & 0x1) in __hash_page_thp()
337 slot_offset = mftb() & 0x7; in native_hpte_remove()
394 long start = mftb(); in mpc85xx_smp_kexec_cpu_down()422 now = mftb(); in mpc85xx_smp_kexec_cpu_down()
186 choose_random_kstack_offset(mftb()); in system_call_exception()
218 now = mftb(); in vtime_delta()394 start = mftb(); in __delay()395 while (mftb() - start < loops) in __delay()
77 mftb r5
186 mftb r13 /* start */189 mftb r13 /* current */
85 mftb r5
205 mftb r5
Completed in 54 milliseconds