Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/svm/
Dsvm.c2192 u64 new_bv = kvm_read_edx_eax(&svm->vcpu); in xsetbv_interception() local
2195 if (kvm_set_xcr(&svm->vcpu, index, new_bv) == 0) { in xsetbv_interception()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dvmx.c5288 u64 new_bv = kvm_read_edx_eax(vcpu); in handle_xsetbv() local
5291 if (kvm_set_xcr(vcpu, index, new_bv) == 0) in handle_xsetbv()