Lines Matching defs:stimer
169 struct kvm_vcpu_hv_stimer *stimer; in kvm_hv_notify_acked_sint() local
540 static void stimer_mark_pending(struct kvm_vcpu_hv_stimer *stimer, in stimer_mark_pending()
552 static void stimer_cleanup(struct kvm_vcpu_hv_stimer *stimer) in stimer_cleanup()
568 struct kvm_vcpu_hv_stimer *stimer; in stimer_timer_callback() local
583 static int stimer_start(struct kvm_vcpu_hv_stimer *stimer) in stimer_start()
637 static int stimer_set_config(struct kvm_vcpu_hv_stimer *stimer, u64 config, in stimer_set_config()
663 static int stimer_set_count(struct kvm_vcpu_hv_stimer *stimer, u64 count, in stimer_set_count()
690 static int stimer_get_config(struct kvm_vcpu_hv_stimer *stimer, u64 *pconfig) in stimer_get_config()
696 static int stimer_get_count(struct kvm_vcpu_hv_stimer *stimer, u64 *pcount) in stimer_get_count()
759 static int stimer_send_msg(struct kvm_vcpu_hv_stimer *stimer) in stimer_send_msg()
779 static int stimer_notify_direct(struct kvm_vcpu_hv_stimer *stimer) in stimer_notify_direct()
792 static void stimer_expiration(struct kvm_vcpu_hv_stimer *stimer) in stimer_expiration()
813 struct kvm_vcpu_hv_stimer *stimer; in kvm_hv_process_stimers() local
867 static void stimer_prepare_msg(struct kvm_vcpu_hv_stimer *stimer) in stimer_prepare_msg()
882 static void stimer_init(struct kvm_vcpu_hv_stimer *stimer, int timer_index) in stimer_init()