Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/svm/
Dsvm_onhyperv.h75 u32 vp_index = kvm_hv_get_vpindex(vcpu); in svm_hv_update_vp_id()
/linux-6.1.9/arch/x86/kvm/
Dhyperv.h85 static inline u32 kvm_hv_get_vpindex(struct kvm_vcpu *vcpu) in kvm_hv_get_vpindex() function
Dhyperv.c177 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()
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.c7193 current_evmcs->hv_vp_id = kvm_hv_get_vpindex(vcpu); in vmx_vcpu_run()