Searched refs:rdtsc_ordered (Results 1 – 7 of 7) sorted by relevance
23 s = rdtsc_ordered(); in __udelay()27 e = rdtsc_ordered(); in __udelay()
333 start = rdtsc_ordered(); in init_pit()336 end = rdtsc_ordered(); in init_pit()416 start = rdtsc_ordered(); in init_hpet()469 start = rdtsc_ordered(); in init_pmtimer()546 return rdtsc_ordered(); in read_tsc()726 tsc = rdtsc_ordered(); in read_hyperv_timer()1217 tsc = rdtsc_ordered(); in get_s_time_fixed()1394 curr_tsc = rdtsc_ordered(); in cpu_frequency_change()1575 start = rdtsc_ordered(); in check_tsc_warp()1590 now = rdtsc_ordered(); in check_tsc_warp()[all …]
1238 t1 = rdtsc_ordered(); in calibrate_APIC_clock()1251 t2 = rdtsc_ordered(); in calibrate_APIC_clock()
138 tsc_value = rdtsc_ordered(); in synchronize_tsc_master()
27 return rdtsc_ordered(); in get_cycles()
96 static inline uint64_t rdtsc_ordered(void) in rdtsc_ordered() function
495 tick = rdtsc_ordered(); in control_thread_fn()512 if ( tick && rdtsc_ordered() - tick >= cpu_khz * 1000 ) in control_thread_fn()
Completed in 15 milliseconds