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

/linux-4.4.14/arch/x86/kvm/
H A Dsvm.c83 static const u32 host_save_user_msrs[] = { variable
91 #define NR_HOST_SAVE_USER_MSRS ARRAY_SIZE(host_save_user_msrs)
1232 rdmsrl(host_save_user_msrs[i], svm->host_user_msrs[i]); svm_vcpu_load()
1260 wrmsrl(host_save_user_msrs[i], svm->host_user_msrs[i]); svm_vcpu_put()

Completed in 59 milliseconds