Home
last modified time | relevance | path

Searched refs:tsc1 (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
195 tsc1 = rdtsc(); in main()
196 t1 = hvclock_tsc_to_ticks(&shadow, tsc1); in main()
198 ref1, tsc1, t1); in main()
H A Dapic.c460 uint64_t tsc1, tsc2; in test_apic_timer_one_shot() local
473 tsc1 = rdtsc(); in test_apic_timer_one_shot()
486 report((lvtt_counter == 1) && (tsc2 - tsc1 >= interval), in test_apic_timer_one_shot()