Home
last modified time | relevance | path

Searched defs:timer (Results 1 – 3 of 3) sorted by relevance

/hypervisor/common/
A Dtimer.c23 bool timer_expired(const struct hv_timer *timer, uint64_t now, uint64_t *delta) in timer_expired()
40 bool timer_is_started(const struct hv_timer *timer) in timer_is_started()
45 static void run_timer(const struct hv_timer *timer) in run_timer()
57 struct hv_timer *timer = NULL; in update_physical_timer() local
73 struct hv_timer *timer) in local_add_timer()
94 int32_t add_timer(struct hv_timer *timer) in add_timer()
128 void initialize_timer(struct hv_timer *timer, in initialize_timer()
147 void update_timer(struct hv_timer *timer, uint64_t timeout, uint64_t period) in update_timer()
161 void del_timer(struct hv_timer *timer) in del_timer()
183 struct hv_timer *timer; in timer_softirq() local
/hypervisor/include/arch/x86/asm/guest/
A Dvlapic.h46 struct hv_timer timer; member
/hypervisor/arch/x86/guest/
A Dvlapic.c265 struct hv_timer *timer; in vlapic_reset_timer() local
276 struct hv_timer *timer; in set_expiration() local
304 struct hv_timer *timer = &vtimer->timer; in vlapic_update_lvtt() local
394 struct hv_timer *timer; in vlapic_set_tsc_deadline_msr() local

Completed in 11 milliseconds