Searched refs:stimer (Results 1 – 3 of 3) sorted by relevance
41 static void stimer_mark_pending(struct kvm_vcpu_hv_stimer *stimer,169 struct kvm_vcpu_hv_stimer *stimer; in kvm_hv_notify_acked_sint() local175 for (idx = 0; idx < ARRAY_SIZE(hv_vcpu->stimer); idx++) { in kvm_hv_notify_acked_sint()176 stimer = &hv_vcpu->stimer[idx]; in kvm_hv_notify_acked_sint()177 if (stimer->msg_pending && stimer->config.enable && in kvm_hv_notify_acked_sint()178 !stimer->config.direct_mode && in kvm_hv_notify_acked_sint()179 stimer->config.sintx == sint) in kvm_hv_notify_acked_sint()180 stimer_mark_pending(stimer, false); in kvm_hv_notify_acked_sint()540 static void stimer_mark_pending(struct kvm_vcpu_hv_stimer *stimer, in stimer_mark_pending() argument543 struct kvm_vcpu *vcpu = stimer_to_vcpu(stimer); in stimer_mark_pending()[all …]
103 return &vcpu_to_hv_vcpu(vcpu)->stimer[timer_index]; in vcpu_to_stimer()106 static inline struct kvm_vcpu *stimer_to_vcpu(struct kvm_vcpu_hv_stimer *stimer) in stimer_to_vcpu() argument110 hv_vcpu = container_of(stimer - stimer->index, struct kvm_vcpu_hv, in stimer_to_vcpu()111 stimer[0]); in stimer_to_vcpu()
519 struct kvm_vcpu_hv_stimer stimer[HV_SYNIC_STIMER_COUNT]; member