Searched refs:kvm_set_xcr (Results 1 – 4 of 4) sorted by relevance
783 int kvm_set_xcr(struct kvm_vcpu *vcpu, u32 index, u64 xcr);
569 int kvm_set_xcr(struct kvm_vcpu *vcpu, u32 index, u64 xcr) in kvm_set_xcr() function578 EXPORT_SYMBOL_GPL(kvm_set_xcr);
2755 if (kvm_set_xcr(&svm->vcpu, index, new_bv) == 0) { in xsetbv_interception()
4634 if (kvm_set_xcr(vcpu, index, new_bv) == 0) in handle_xsetbv()