Home
last modified time | relevance | path

Searched refs:tsc2 (Results 1 – 2 of 2) sorted by relevance

/kvm-unit-tests/x86/
H A Dhyperv_clock.c169 uint64_t tsc1, t1, tsc2, t2; in main() local
204 tsc2 = rdtsc(); in main()
205 t2 = hvclock_tsc_to_ticks(&shadow, tsc2); in main()
208 ref2, ref2 - ref1, tsc2, t2, t2 - t1); in main()
H A Dapic.c480 uint64_t tsc1, tsc2; in test_apic_timer_one_shot() local
497 tsc2 = rdtsc(); in test_apic_timer_one_shot()
506 report((lvtt_counter == 1) && (tsc2 - tsc1 >= interval), in test_apic_timer_one_shot()