Lines Matching refs:stimer
28 struct stimer { struct
40 struct stimer timer[HV_SYNIC_STIMER_COUNT]; argument
62 static void stimer_init(struct stimer *timer, int index) in stimer_init()
84 static void stimer_shutdown(struct stimer *timer) in stimer_shutdown()
89 static void process_stimer_expired(struct stimer *timer) in process_stimer_expired()
99 struct stimer *timer; in process_stimer_msg()
175 struct stimer *timer = &svcpu->timer[timer_index]; in __stimer_isr_direct()
198 static void stimer_start(struct stimer *timer, in stimer_start()
258 struct stimer *timer1, *timer2; in stimer_test_prepare()
277 struct stimer *timer1, *timer2; in stimer_test_prepare_direct()
295 static void stimer_test_periodic(int vcpu, struct stimer *timer1, in stimer_test_periodic()
296 struct stimer *timer2) in stimer_test_periodic()
310 static void stimer_test_one_shot(int vcpu, struct stimer *timer) in stimer_test_one_shot()
321 static void stimer_test_auto_enable_one_shot(int vcpu, struct stimer *timer) in stimer_test_auto_enable_one_shot()
332 static void stimer_test_auto_enable_periodic(int vcpu, struct stimer *timer) in stimer_test_auto_enable_periodic()
343 static void stimer_test_one_shot_busy(int vcpu, struct stimer *timer) in stimer_test_one_shot_busy()
383 struct stimer *timer1, *timer2; in stimer_test()