Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kvm/svm/
Dsvm_onhyperv.h83 u32 vp_index = kvm_hv_get_vpindex(vcpu); in svm_hv_update_vp_id()
/linux-6.6.21/arch/x86/kvm/
Dhyperv.h86 static inline u32 kvm_hv_get_vpindex(struct kvm_vcpu *vcpu) in kvm_hv_get_vpindex() function
Dhyperv.c199 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()
/linux-6.6.21/arch/x86/kvm/vmx/
Dvmx.c7383 current_evmcs->hv_vp_id = kvm_hv_get_vpindex(vcpu); in vmx_vcpu_run()