Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h1389 int kvm_set_xcr(struct kvm_vcpu *vcpu, u32 index, u64 xcr);
/Linux-v5.4/arch/x86/kvm/
Dx86.c877 int kvm_set_xcr(struct kvm_vcpu *vcpu, u32 index, u64 xcr) in kvm_set_xcr() function
886 EXPORT_SYMBOL_GPL(kvm_set_xcr);
Dsvm.c3835 if (kvm_set_xcr(&svm->vcpu, index, new_bv) == 0) { in xsetbv_interception()
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c5054 if (kvm_set_xcr(vcpu, index, new_bv) == 0) in handle_xsetbv()