Home
last modified time | relevance | path

Searched defs:tsc_freq (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_clock.c53 u64 tsc_freq, r1, r2, t1, t2; in check_tsc_msr_rdtsc() local
178 u64 tsc_freq, r1, r2, t1, t2; in host_check_tsc_msr_rdtsc() local
H A Dvmx_nested_tsc_scaling_test.c57 uint64_t tsc_start, tsc_end, tsc_freq; in check_tsc_freq() local
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/timer/
H A Dtimer.c95 unsigned long tsc_freq; in tsc_freq_mhz() local
/aosp_15_r20/external/crosvm/devices/src/tsc/
H A Dcpuid.rs27 let mut tsc_freq = hypervisor::CpuIdEntry { in tsc_frequency_cpuid() localVariable
/aosp_15_r20/external/crosvm/src/sys/windows/
H A Drun_vcpu.rs146 let tsc_freq = devices::tsc::tsc_frequency() in whpx_configure_vcpu() localVariable