Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/svm/
Dsvm.c1382 u64 tsc_ratio = vcpu->arch.tsc_scaling_ratio; in svm_vcpu_load() local
1383 if (tsc_ratio != __this_cpu_read(current_tsc_ratio)) { in svm_vcpu_load()
1384 __this_cpu_write(current_tsc_ratio, tsc_ratio); in svm_vcpu_load()
1385 wrmsrl(MSR_AMD64_TSC_RATIO, tsc_ratio); in svm_vcpu_load()