HomeSort by relevance Sort by last modified time
    Searched refs:SCALE_NS (Results 1 - 10 of 10) sorted by null

  /external/qemu/hw/mips/
cputimer.c 106 env->timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS, &mips_timer_cb, env);
  /external/qemu/include/qemu/
timer.h 12 #define SCALE_NS 1
479 return timer_new(type, SCALE_NS, cb, opaque);
  /external/qemu/hw/timer/
mc146818rtc.c 613 s->periodic_timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS,
617 s->coalesced_timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS, rtc_coalesced_timer, s);
619 s->second_timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS,
621 s->second_timer2 = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS,
740 s->periodic_timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS,
742 s->second_timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS,
744 s->second_timer2 = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS,
i8254.c 495 s->irq_timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS, pit_irq_timer, s);
  /external/qemu/hw/android/goldfish/
timer.c 239 timer_state.timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS, goldfish_timer_tick, &timer_state);
pipe.c 807 pipe->timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS, throttlePipe_timerFunc, pipe);
    [all...]
  /external/qemu/hw/arm/
armv7m_nvic.c 399 s->systick.timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS, systick_timer_tick, s);
  /external/qemu/android/
hw-sensors.c 235 cl->timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS, _hwSensorClient_tick, cl);
  /external/qemu/hw/intc/
apic.c 961 s->timer = timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS, apic_timer, s);
  /external/qemu/audio/
audio.c     [all...]

Completed in 372 milliseconds