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

/linux-master/arch/x86/kvm/
H A Dx86.c2739 u64 tsc_exp = kvm->arch.last_tsc_write + local
2757 synchronizing = data < tsc_exp + tsc_hz &&
2758 data + tsc_hz > tsc_exp;

Completed in 165 milliseconds