Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dsvm.c3769 u64 new_bv = kvm_read_edx_eax(&svm->vcpu); in xsetbv_interception() local
3772 if (kvm_set_xcr(&svm->vcpu, index, new_bv) == 0) { in xsetbv_interception()
Dvmx.c7518 u64 new_bv = kvm_read_edx_eax(vcpu); in handle_xsetbv() local
7521 if (kvm_set_xcr(vcpu, index, new_bv) == 0) in handle_xsetbv()