Lines Matching refs:kvm_vcpu_hv_stimer
46 static void stimer_mark_pending(struct kvm_vcpu_hv_stimer *stimer,
198 struct kvm_vcpu_hv_stimer *stimer; in kvm_hv_notify_acked_sint()
555 static void stimer_mark_pending(struct kvm_vcpu_hv_stimer *stimer, in stimer_mark_pending()
567 static void stimer_cleanup(struct kvm_vcpu_hv_stimer *stimer) in stimer_cleanup()
583 struct kvm_vcpu_hv_stimer *stimer; in stimer_timer_callback()
585 stimer = container_of(timer, struct kvm_vcpu_hv_stimer, timer); in stimer_timer_callback()
598 static int stimer_start(struct kvm_vcpu_hv_stimer *stimer) in stimer_start()
652 static int stimer_set_config(struct kvm_vcpu_hv_stimer *stimer, u64 config, in stimer_set_config()
684 static int stimer_set_count(struct kvm_vcpu_hv_stimer *stimer, u64 count, in stimer_set_count()
709 static int stimer_get_config(struct kvm_vcpu_hv_stimer *stimer, u64 *pconfig) in stimer_get_config()
715 static int stimer_get_count(struct kvm_vcpu_hv_stimer *stimer, u64 *pcount) in stimer_get_count()
778 static int stimer_send_msg(struct kvm_vcpu_hv_stimer *stimer) in stimer_send_msg()
798 static int stimer_notify_direct(struct kvm_vcpu_hv_stimer *stimer) in stimer_notify_direct()
811 static void stimer_expiration(struct kvm_vcpu_hv_stimer *stimer) in stimer_expiration()
832 struct kvm_vcpu_hv_stimer *stimer; in kvm_hv_process_stimers()
900 static void stimer_prepare_msg(struct kvm_vcpu_hv_stimer *stimer) in stimer_prepare_msg()
915 static void stimer_init(struct kvm_vcpu_hv_stimer *stimer, int timer_index) in stimer_init()