Searched refs:kvm_hv_get_vpindex (Results 1 – 4 of 4) sorted by relevance
83 u32 vp_index = kvm_hv_get_vpindex(vcpu); in svm_hv_update_vp_id()
86 static inline u32 kvm_hv_get_vpindex(struct kvm_vcpu *vcpu) in kvm_hv_get_vpindex() function
199 if (vcpu && kvm_hv_get_vpindex(vcpu) == vpidx) in get_vcpu_by_vpidx()202 if (kvm_hv_get_vpindex(vcpu) == vpidx) in get_vcpu_by_vpidx()432 trace_kvm_hv_syndbg_get_msr(vcpu->vcpu_id, kvm_hv_get_vpindex(vcpu), msr, *pdata); in syndbg_get_msr()1780 if (test_bit(kvm_hv_get_vpindex(vcpu), (unsigned long *)vp_bitmap)) in sparse_set_to_vcpu_mask()2158 !hv_is_vp_in_sparse_set(kvm_hv_get_vpindex(vcpu), in kvm_hv_send_ipi_to_many()
7383 current_evmcs->hv_vp_id = kvm_hv_get_vpindex(vcpu); in vmx_vcpu_run()