Home | History | Annotate | Download | only in hw

Lines Matching refs:next_time

85     int64_t initial_count_load_time, next_time;
481 s->next_time = 0;
618 int64_t next_time, d;
632 next_time = s->initial_count_load_time + (d << s->count_shift);
633 qemu_mod_timer(s->timer, next_time);
634 s->next_time = next_time;
646 apic_timer_update(s, s->next_time);
860 qemu_put_be64(f, s->next_time);
896 s->next_time=qemu_get_be64(f);