Searched refs:timer_expiry (Results 1 – 3 of 3) sorted by relevance
152 s->timer_expiry = -1; in apic_next_timer()173 s->timer_expiry = s->next_time; in apic_next_timer()228 s->timer_expiry = -1; in apic_init_reset()401 VMSTATE_INT64(timer_expiry,
1121 if (s->timer_expiry != -1) { in apic_post_load()1122 timer_mod(s->timer, s->timer_expiry); in apic_post_load()
184 int64_t timer_expiry; member