Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dhyperv_clock.c29 static u64 hvclock_tsc_to_ticks(struct hv_reference_tsc_page *shadow, uint64_t tsc) in hvclock_tsc_to_ticks() function
56 return hvclock_tsc_to_ticks(&shadow, rdtsc()); in hv_clock_read()
196 t1 = hvclock_tsc_to_ticks(&shadow, tsc1); in main()
205 t2 = hvclock_tsc_to_ticks(&shadow, tsc2); in main()