Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
H A Dapic_bus_clock_test.c
/linux/arch/x86/kvm/
H A Dx86.c2699 u64 tsc_hz = vcpu->arch.virtual_tsc_khz * 1000LL; in kvm_synchronize_tsc() local
2715 synchronizing = data < tsc_exp + tsc_hz && in kvm_synchronize_tsc()
2716 data + tsc_hz > tsc_exp; in kvm_synchronize_tsc()