new_vp_index     1088 arch/x86/kvm/hyperv.c 		u32 new_vp_index = (u32)data;
new_vp_index     1090 arch/x86/kvm/hyperv.c 		if (!host || new_vp_index >= KVM_MAX_VCPUS)
new_vp_index     1093 arch/x86/kvm/hyperv.c 		if (new_vp_index == hv_vcpu->vp_index)
new_vp_index     1104 arch/x86/kvm/hyperv.c 		else if (new_vp_index == vcpu_idx)
new_vp_index     1107 arch/x86/kvm/hyperv.c 		hv_vcpu->vp_index = new_vp_index;