Searched refs:kvm_hv_get_vpindex (Results 1 – 4 of 4) sorted by relevance
75 u32 vp_index = kvm_hv_get_vpindex(vcpu); in svm_hv_update_vp_id()
85 static inline u32 kvm_hv_get_vpindex(struct kvm_vcpu *vcpu) in kvm_hv_get_vpindex() function
177 if (vcpu && kvm_hv_get_vpindex(vcpu) == vpidx) in get_vcpu_by_vpidx()180 if (kvm_hv_get_vpindex(vcpu) == vpidx) in get_vcpu_by_vpidx()410 trace_kvm_hv_syndbg_get_msr(vcpu->vcpu_id, kvm_hv_get_vpindex(vcpu), msr, *pdata); in syndbg_get_msr()1734 if (test_bit(kvm_hv_get_vpindex(vcpu), (unsigned long *)vp_bitmap)) in sparse_set_to_vcpu_mask()
7193 current_evmcs->hv_vp_id = kvm_hv_get_vpindex(vcpu); in vmx_vcpu_run()