Home
last modified time | relevance | path

Searched refs:timer_expiry (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dapic_common.c140 s->timer_expiry = -1; in apic_next_timer()
161 s->timer_expiry = s->next_time; in apic_next_timer()
216 s->timer_expiry = -1; in apic_init_reset()
385 VMSTATE_INT64(timer_expiry,
H A Dapic.c853 if (s->timer_expiry != -1) { in apic_post_load()
854 timer_mod(s->timer, s->timer_expiry); in apic_post_load()
/openbmc/qemu/include/hw/i386/
H A Dapic_internal.h182 int64_t timer_expiry; member