Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/svm/
A Dsvm_onhyperv.h102 u32 vp_index = kvm_hv_get_vpindex(vcpu); in svm_hv_update_vp_id()
/linux/arch/x86/kvm/
A Dhyperv.h82 static inline u32 kvm_hv_get_vpindex(struct kvm_vcpu *vcpu) in kvm_hv_get_vpindex() function
A Dhyperv.c173 if (vcpu && kvm_hv_get_vpindex(vcpu) == vpidx) in get_vcpu_by_vpidx()
176 if (kvm_hv_get_vpindex(vcpu) == vpidx) in get_vcpu_by_vpidx()
403 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/arch/x86/kvm/vmx/
A Dvmx.c6733 current_evmcs->hv_vp_id = kvm_hv_get_vpindex(vcpu); in vmx_vcpu_run()

Completed in 19 milliseconds