Searched defs:stimer (Results 1 – 3 of 3) sorted by relevance
198 struct kvm_vcpu_hv_stimer *stimer; in kvm_hv_notify_acked_sint() local561 static void stimer_mark_pending(struct kvm_vcpu_hv_stimer *stimer, in stimer_mark_pending()573 static void stimer_cleanup(struct kvm_vcpu_hv_stimer *stimer) in stimer_cleanup()589 struct kvm_vcpu_hv_stimer *stimer; in stimer_timer_callback() local604 static int stimer_start(struct kvm_vcpu_hv_stimer *stimer) in stimer_start()658 static int stimer_set_config(struct kvm_vcpu_hv_stimer *stimer, u64 config, in stimer_set_config()690 static int stimer_set_count(struct kvm_vcpu_hv_stimer *stimer, u64 count, in stimer_set_count()717 static int stimer_get_config(struct kvm_vcpu_hv_stimer *stimer, u64 *pconfig) in stimer_get_config()723 static int stimer_get_count(struct kvm_vcpu_hv_stimer *stimer, u64 *pcount) in stimer_get_count()786 static int stimer_send_msg(struct kvm_vcpu_hv_stimer *stimer) in stimer_send_msg()[all …]
112 static inline struct kvm_vcpu *hv_stimer_to_vcpu(struct kvm_vcpu_hv_stimer *stimer) in hv_stimer_to_vcpu()
585 struct kvm_vcpu_hv_stimer stimer[HV_SYNIC_STIMER_COUNT]; member