Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/kvm/x86_64/
Dvmx_nested_tsc_scaling_test.c60 uint64_t tsc_start, tsc_end, tsc_freq; in check_tsc_freq() local
70 tsc_end = rdmsr(MSR_IA32_TSC); in check_tsc_freq()
72 tsc_freq = tsc_end - tsc_start; in check_tsc_freq()
156 uint64_t tsc_start, tsc_end; in main() local
180 tsc_end = rdtsc(); in main()
182 l0_tsc_freq = tsc_end - tsc_start; in main()