Searched defs:stimer (Results 1 – 4 of 4) sorted by relevance
224 struct kvm_vcpu_hv_stimer *stimer; in kvm_hv_notify_acked_sint() local591 static void stimer_mark_pending(struct kvm_vcpu_hv_stimer *stimer, in stimer_mark_pending()603 static void stimer_cleanup(struct kvm_vcpu_hv_stimer *stimer) in stimer_cleanup()619 struct kvm_vcpu_hv_stimer *stimer; in stimer_timer_callback() local634 static int stimer_start(struct kvm_vcpu_hv_stimer *stimer) in stimer_start()688 static int stimer_set_config(struct kvm_vcpu_hv_stimer *stimer, u64 config, in stimer_set_config()720 static int stimer_set_count(struct kvm_vcpu_hv_stimer *stimer, u64 count, in stimer_set_count()747 static int stimer_get_config(struct kvm_vcpu_hv_stimer *stimer, u64 *pconfig) in stimer_get_config()753 static int stimer_get_count(struct kvm_vcpu_hv_stimer *stimer, u64 *pcount) in stimer_get_count()816 static int stimer_send_msg(struct kvm_vcpu_hv_stimer *stimer) in stimer_send_msg()[all …]
133 static inline struct kvm_vcpu *hv_stimer_to_vcpu(struct kvm_vcpu_hv_stimer *stimer) in hv_stimer_to_vcpu()
307 unsigned int stimer; /* global sample timer (to detect spurious interrupts) */ member
692 struct kvm_vcpu_hv_stimer stimer[HV_SYNIC_STIMER_COUNT]; member