Home
last modified time | relevance | path

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

/external/qemu/hw/
Dapic.c83 int count_shift; member
478 s->count_shift = 0; in apic_init_reset()
603 s->count_shift; in apic_get_current_count()
622 s->count_shift; in apic_timer_update()
632 next_time = s->initial_count_load_time + (d << s->count_shift); in apic_timer_update()
824 s->count_shift = (v + 1) & 7; in apic_mem_writel()
857 qemu_put_be32(f, s->count_shift); in apic_save()
893 s->count_shift=qemu_get_be32(f); in apic_load()