Home
last modified time | relevance | path

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

/openbmc/qemu/stubs/
H A Dqemu-timer-notify-cb.c5 void qemu_timer_notify_cb(void *opaque, QEMUClockType type) in qemu_timer_notify_cb() function
/openbmc/qemu/include/sysemu/
H A Dcpu-timers.h97 void qemu_timer_notify_cb(void *opaque, QEMUClockType type);
/openbmc/qemu/system/
H A Dcpu-timers.c239 void qemu_timer_notify_cb(void *opaque, QEMUClockType type) in qemu_timer_notify_cb() function
/openbmc/qemu/util/
H A Dmain-loop.c161 init_clocks(qemu_timer_notify_cb); in qemu_init_main_loop()