Searched refs:hv_vcpu (Results 1 – 2 of 2) sorted by relevance
31 static inline struct kvm_vcpu *hv_vcpu_to_vcpu(struct kvm_vcpu_hv *hv_vcpu) in hv_vcpu_to_vcpu() argument35 arch = container_of(hv_vcpu, struct kvm_vcpu_arch, hyperv); in hv_vcpu_to_vcpu()76 struct kvm_vcpu_hv *hv_vcpu; in stimer_to_vcpu() local78 hv_vcpu = container_of(stimer - stimer->index, struct kvm_vcpu_hv, in stimer_to_vcpu()80 return hv_vcpu_to_vcpu(hv_vcpu); in stimer_to_vcpu()
166 struct kvm_vcpu_hv *hv_vcpu = vcpu_to_hv_vcpu(vcpu); in kvm_hv_notify_acked_sint() local173 for (idx = 0; idx < ARRAY_SIZE(hv_vcpu->stimer); idx++) { in kvm_hv_notify_acked_sint()174 stimer = &hv_vcpu->stimer[idx]; in kvm_hv_notify_acked_sint()191 struct kvm_vcpu_hv *hv_vcpu = &vcpu->arch.hyperv; in synic_exit() local193 hv_vcpu->exit.type = KVM_EXIT_HYPERV_SYNIC; in synic_exit()194 hv_vcpu->exit.u.synic.msr = msr; in synic_exit()195 hv_vcpu->exit.u.synic.control = synic->control; in synic_exit()196 hv_vcpu->exit.u.synic.evt_page = synic->evt_page; in synic_exit()197 hv_vcpu->exit.u.synic.msg_page = synic->msg_page; in synic_exit()674 struct kvm_vcpu_hv *hv_vcpu = vcpu_to_hv_vcpu(vcpu); in kvm_hv_process_stimers() local[all …]