Searched refs:vpidx (Results 1 – 1 of 1) sorted by relevance
190 static struct kvm_vcpu *get_vcpu_by_vpidx(struct kvm *kvm, u32 vpidx) in get_vcpu_by_vpidx() argument195 if (vpidx >= KVM_MAX_VCPUS) in get_vcpu_by_vpidx()198 vcpu = kvm_get_vcpu(kvm, vpidx); in get_vcpu_by_vpidx()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()207 static struct kvm_vcpu_hv_synic *synic_get(struct kvm *kvm, u32 vpidx) in synic_get() argument212 vcpu = get_vcpu_by_vpidx(kvm, vpidx); in synic_get()527 static int kvm_hv_set_sint_gsi(struct kvm *kvm, u32 vpidx, u32 sint, int gsi) in kvm_hv_set_sint_gsi() argument531 synic = synic_get(kvm, vpidx); in kvm_hv_set_sint_gsi()
Completed in 110 milliseconds