Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c276 unsigned long long tsc_hz; variable
2423 tsc_tweak = base_hz / tsc_hz; in calculate_tsc_tweak()
5692 tsc_hz = (unsigned long long)crystal_hz *ebx_tsc / eax_crystal; in process_cpuid()
5695 tsc_hz / 1000000, crystal_hz, ebx_tsc, eax_crystal); in process_cpuid()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c2744 u64 tsc_hz = vcpu->arch.virtual_tsc_khz * 1000LL; in kvm_synchronize_tsc() local
2750 synchronizing = data < tsc_exp + tsc_hz && in kvm_synchronize_tsc()
2751 data + tsc_hz > tsc_exp; in kvm_synchronize_tsc()