Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c2302 u64 tsc_exp = kvm->arch.last_tsc_write + in kvm_synchronize_tsc() local
2310 synchronizing = data < tsc_exp + tsc_hz && in kvm_synchronize_tsc()
2311 data + tsc_hz > tsc_exp; in kvm_synchronize_tsc()