Home
last modified time | relevance | path

Searched refs:new_bv (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/x86/kvm/
Dsvm.c3832 u64 new_bv = kvm_read_edx_eax(&svm->vcpu); in xsetbv_interception() local
3835 if (kvm_set_xcr(&svm->vcpu, index, new_bv) == 0) { in xsetbv_interception()
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c5051 u64 new_bv = kvm_read_edx_eax(vcpu); in handle_xsetbv() local
5054 if (kvm_set_xcr(vcpu, index, new_bv) == 0) in handle_xsetbv()