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

/linux-master/arch/x86/kvm/
H A Dx86.c3351 unsigned long seq, local_tsc_khz; local
3358 local_tsc_khz = 0;
3368 local_tsc_khz = get_cpu_tsc_khz();
3370 if (local_tsc_khz &&
3372 local_tsc_khz = 0; /* Fall back to old method */
3392 if (local_tsc_khz) {
3393 kvm_get_time_scale(NSEC_PER_SEC, local_tsc_khz * NSEC_PER_USEC,

Completed in 307 milliseconds