Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dvmx_nested_tsc_scaling_test.c57 uint64_t tsc_start, tsc_end, tsc_freq; in check_tsc_freq() local
67 tsc_end = rdmsr(MSR_IA32_TSC); in check_tsc_freq()
69 tsc_freq = tsc_end - tsc_start; in check_tsc_freq()
142 uint64_t tsc_start, tsc_end; in main() local
166 tsc_end = rdtsc(); in main()
168 l0_tsc_freq = tsc_end - tsc_start; in main()