Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
H A Dapic_bus_clock_test.c60 uint64_t tsc_hz = guest_tsc_khz * 1000; in apic_guest_code() local
89 freq = (tmict - tmcct) * tdcrs[i].divide_count * tsc_hz / (tsc1 - tsc0); in apic_guest_code()
94 apic_hz, tdcrs[i].divide_count, tsc_hz); in apic_guest_code()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c349 unsigned long long tsc_hz; variable
6246 tsc_tweak = base_hz / tsc_hz; in probe_bclk()
8095 tsc_hz = (unsigned long long)crystal_hz *ebx_tsc / eax_crystal; in process_cpuid()
8098 tsc_hz / 1000000, crystal_hz, ebx_tsc, eax_crystal); in process_cpuid()
8118 tsc_tweak = base_hz / tsc_hz; in process_cpuid()
/linux/arch/x86/kvm/
H A Dx86.c2717 u64 tsc_hz = vcpu->arch.virtual_tsc_khz * 1000LL; in kvm_synchronize_tsc() local
2733 synchronizing = data < tsc_exp + tsc_hz && in kvm_synchronize_tsc()
2734 data + tsc_hz > tsc_exp; in kvm_synchronize_tsc()