Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/x86/
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-6.15/tools/power/x86/turbostat/
H A Dturbostat.c370 unsigned long long tsc_hz; variable
6566 tsc_tweak = base_hz / tsc_hz; in probe_bclk()
8440 tsc_hz = (unsigned long long)crystal_hz *ebx_tsc / eax_crystal; in process_cpuid()
8443 tsc_hz / 1000000, crystal_hz, ebx_tsc, eax_crystal); in process_cpuid()
8463 tsc_tweak = base_hz / tsc_hz; in process_cpuid()
/linux-6.15/arch/x86/kvm/
H A Dx86.c2715 u64 tsc_hz = vcpu->arch.virtual_tsc_khz * 1000LL; in kvm_synchronize_tsc() local
2731 synchronizing = data < tsc_exp + tsc_hz && in kvm_synchronize_tsc()
2732 data + tsc_hz > tsc_exp; in kvm_synchronize_tsc()