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.c152 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,
H A Dapic.c1121 if (s->timer_expiry != -1) { in apic_post_load()
1122 timer_mod(s->timer, s->timer_expiry); in apic_post_load()
/openbmc/qemu/include/hw/i386/
H A Dapic_internal.h184 int64_t timer_expiry; member