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

/linux-4.4.14/arch/x86/include/asm/
H A Dkvm_host.h1033 int kvm_set_xcr(struct kvm_vcpu *vcpu, u32 index, u64 xcr);
/linux-4.4.14/arch/x86/kvm/
H A Dx86.c652 /* kvm_set_xcr() also depends on this */ kvm_load_guest_xcr0()
707 int kvm_set_xcr(struct kvm_vcpu *vcpu, u32 index, u64 xcr) kvm_set_xcr() function
716 EXPORT_SYMBOL_GPL(kvm_set_xcr); variable
H A Dsvm.c2709 if (kvm_set_xcr(&svm->vcpu, index, new_bv) == 0) { xsetbv_interception()
H A Dvmx.c5750 if (kvm_set_xcr(vcpu, index, new_bv) == 0) handle_xsetbv()

Completed in 192 milliseconds