Lines Matching defs:timer
40 struct stimer timer[HV_SYNIC_STIMER_COUNT]; member
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() local
175 struct stimer *timer = &svcpu->timer[timer_index]; in __stimer_isr_direct() local
198 static void stimer_start(struct stimer *timer, in stimer_start()
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()