Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h1999 int kvm_get_msr_common(struct kvm_vcpu *vcpu, struct msr_data *msr);
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c2947 return kvm_get_msr_common(vcpu, msr_info); in svm_get_msr()
2960 return kvm_get_msr_common(vcpu, msr_info); in svm_get_msr()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c2013 return kvm_get_msr_common(vcpu, msr_info); in vmx_get_msr()
2137 return kvm_get_msr_common(vcpu, msr_info); in vmx_get_msr()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c4053 int kvm_get_msr_common(struct kvm_vcpu *vcpu, struct msr_data *msr_info) in kvm_get_msr_common() function
4360 EXPORT_SYMBOL_GPL(kvm_get_msr_common);