kvm_set_msr      1363 arch/x86/include/asm/kvm_host.h int kvm_set_msr(struct kvm_vcpu *vcpu, u32 index, u64 data);
kvm_set_msr       920 arch/x86/kvm/vmx/nested.c 		if (kvm_set_msr(vcpu, e.index, e.value)) {
kvm_set_msr      4053 arch/x86/kvm/vmx/nested.c 			if (kvm_set_msr(vcpu, h.index, h.value)) {
kvm_set_msr      1568 arch/x86/kvm/x86.c EXPORT_SYMBOL_GPL(kvm_set_msr);
kvm_set_msr      1594 arch/x86/kvm/x86.c 	if (kvm_set_msr(vcpu, ecx, data)) {
kvm_set_msr      6194 arch/x86/kvm/x86.c 	return kvm_set_msr(emul_to_vcpu(ctxt), msr_index, data);