HomeSort by relevance Sort by last modified time
    Searched full:next_transition_time (Results 1 - 1 of 1) sorted by null

  /external/qemu/hw/
i8254.c 51 int64_t next_transition_time; member in struct:PITChannelState
378 s->next_transition_time = expire_time;
389 pit_irq_timer_update(s, s->next_transition_time);
414 qemu_put_be64(f, s->next_transition_time);
445 s->next_transition_time=qemu_get_be64(f);

Completed in 77 milliseconds