kvm_set_xcr      1391 arch/x86/include/asm/kvm_host.h int kvm_set_xcr(struct kvm_vcpu *vcpu, u32 index, u64 xcr);
kvm_set_xcr      3881 arch/x86/kvm/svm.c 	if (kvm_set_xcr(&svm->vcpu, index, new_bv) == 0) {
kvm_set_xcr      5043 arch/x86/kvm/vmx/vmx.c 	if (kvm_set_xcr(vcpu, index, new_bv) == 0)
kvm_set_xcr       911 arch/x86/kvm/x86.c EXPORT_SYMBOL_GPL(kvm_set_xcr);