Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h1491 int kvm_set_xcr(struct kvm_vcpu *vcpu, u32 index, u64 xcr);
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c2191 if (kvm_set_xcr(&svm->vcpu, index, new_bv) == 0) { in xsetbv_interception()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c977 int kvm_set_xcr(struct kvm_vcpu *vcpu, u32 index, u64 xcr) in kvm_set_xcr() function
986 EXPORT_SYMBOL_GPL(kvm_set_xcr);
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c5324 if (kvm_set_xcr(vcpu, index, new_bv) == 0) in handle_xsetbv()