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

  /external/qemu/hw/
mips_timer.c 106 env->timer = qemu_new_timer_ns(vm_clock, &mips_timer_cb, env);
mc146818rtc.c 613 s->periodic_timer = qemu_new_timer_ns(vm_clock,
617 s->coalesced_timer = qemu_new_timer_ns(vm_clock, rtc_coalesced_timer, s);
619 s->second_timer = qemu_new_timer_ns(vm_clock,
621 s->second_timer2 = qemu_new_timer_ns(vm_clock,
734 s->periodic_timer = qemu_new_timer_ns(vm_clock,
736 s->second_timer = qemu_new_timer_ns(vm_clock,
738 s->second_timer2 = qemu_new_timer_ns(vm_clock,
goldfish_timer.c 244 timer_state.timer = qemu_new_timer_ns(vm_clock, goldfish_timer_tick, &timer_state);
armv7m_nvic.c 399 s->systick.timer = qemu_new_timer_ns(vm_clock, systick_timer_tick, s);
bt-hci-csr.c 449 s->out_tm = qemu_new_timer_ns(vm_clock, csrhci_out_tick, s);
i8254.c 495 s->irq_timer = qemu_new_timer_ns(vm_clock, pit_irq_timer, s);
bt-hci.c 660 qemu_new_timer_ns(vm_clock, bt_hci_mode_tick, link);
    [all...]
apic.c 959 s->timer = qemu_new_timer_ns(vm_clock, apic_timer, s);
goldfish_pipe.c 802 pipe->timer = qemu_new_timer_ns(vm_clock, throttlePipe_timerFunc, pipe);
    [all...]
usb-ohci.c     [all...]
  /external/qemu/
qemu-timer.h 69 static inline QEMUTimer *qemu_new_timer_ns(QEMUClock *clock, QEMUTimerCB *cb, function
qemu-timer.c 739 vm_clock->warp_timer = qemu_new_timer_ns(rt_clock, icount_warp_rt, NULL);
762 icount_vm_timer = qemu_new_timer_ns(vm_clock, icount_adjust_vm, NULL);
    [all...]
  /external/qemu/android/
hw-sensors.c 235 cl->timer = qemu_new_timer_ns(vm_clock, _hwSensorClient_tick, cl);
  /external/qemu/audio/
audio.c     [all...]

Completed in 733 milliseconds