Searched refs:initial_count_load_time (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/
H A Dapic.c85 int64_t initial_count_load_time, next_time; member in struct:APICState
480 s->initial_count_load_time = 0;
602 d = (qemu_get_clock_ns(vm_clock) - s->initial_count_load_time) >>
621 d = (current_time - s->initial_count_load_time) >>
632 next_time = s->initial_count_load_time + (d << s->count_shift);
814 s->initial_count_load_time = qemu_get_clock_ns(vm_clock);
815 apic_timer_update(s, s->initial_count_load_time);
859 qemu_put_be64(f, s->initial_count_load_time);
895 s->initial_count_load_time=qemu_get_be64(f);

Completed in 265 milliseconds