Searched refs:mul_u64_u64_shr64 (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_clock.c20 static inline u64 mul_u64_u64_shr64(u64 a, u64 b) function
81 return mul_u64_u64_shr64(rdtsc(), tsc_page->tsc_scale) + tsc_page->tsc_offset;

Completed in 116 milliseconds