Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dsvm.c2229 u64 tsc_ratio = vcpu->arch.tsc_scaling_ratio; in svm_vcpu_load() local
2230 if (tsc_ratio != __this_cpu_read(current_tsc_ratio)) { in svm_vcpu_load()
2231 __this_cpu_write(current_tsc_ratio, tsc_ratio); in svm_vcpu_load()
2232 wrmsrl(MSR_AMD64_TSC_RATIO, tsc_ratio); in svm_vcpu_load()