Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/
Dhyperv.c1225 u32 new_vp_index = (u32)data; in kvm_hv_set_msr() local
1227 if (!host || new_vp_index >= KVM_MAX_VCPUS) in kvm_hv_set_msr()
1230 if (new_vp_index == hv_vcpu->vp_index) in kvm_hv_set_msr()
1241 else if (new_vp_index == vcpu_idx) in kvm_hv_set_msr()
1244 hv_vcpu->vp_index = new_vp_index; in kvm_hv_set_msr()