Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/
Dsvm.c2288 u64 tsc_ratio = vcpu->arch.tsc_scaling_ratio; in svm_vcpu_load() local
2289 if (tsc_ratio != __this_cpu_read(current_tsc_ratio)) { in svm_vcpu_load()
2290 __this_cpu_write(current_tsc_ratio, tsc_ratio); in svm_vcpu_load()
2291 wrmsrl(MSR_AMD64_TSC_RATIO, tsc_ratio); in svm_vcpu_load()