Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dnested_tsc_scaling_test.c58 uint64_t tsc_start, tsc_end, tsc_freq; in check_tsc_freq() local
68 tsc_end = rdmsr(MSR_IA32_TSC); in check_tsc_freq()
70 tsc_freq = tsc_end - tsc_start; in check_tsc_freq()
157 uint64_t tsc_start, tsc_end; in main() local
182 tsc_end = rdtsc(); in main()
184 l0_tsc_freq = tsc_end - tsc_start; in main()