Home
last modified time | relevance | path

Searched refs:rdtsc_ordered (Results 1 – 7 of 7) sorted by relevance

/xen/xen/arch/x86/
A Ddelay.c23 s = rdtsc_ordered(); in __udelay()
27 e = rdtsc_ordered(); in __udelay()
A Dtime.c333 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 …]
A Dapic.c1238 t1 = rdtsc_ordered(); in calibrate_APIC_clock()
1251 t2 = rdtsc_ordered(); in calibrate_APIC_clock()
A Dsmpboot.c138 tsc_value = rdtsc_ordered(); in synchronize_tsc_master()
/xen/xen/include/asm-x86/
A Dtime.h27 return rdtsc_ordered(); in get_cycles()
A Dmsr.h96 static inline uint64_t rdtsc_ordered(void) in rdtsc_ordered() function
/xen/xen/arch/x86/cpu/microcode/
A Dcore.c495 tick = rdtsc_ordered(); in control_thread_fn()
512 if ( tick && rdtsc_ordered() - tick >= cpu_khz * 1000 ) in control_thread_fn()

Completed in 15 milliseconds