Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dmain-loop.h391 qemu_bh_new_full((cb), (opaque), (stringify(cb)), guard)
393 qemu_bh_new_full((cb), (opaque), (stringify(cb)), NULL)
394 QEMUBH *qemu_bh_new_full(QEMUBHFunc *cb, void *opaque, const char *name,
/openbmc/qemu/tests/unit/
H A Dptimer-test-stubs.c110 QEMUBH *qemu_bh_new_full(QEMUBHFunc *cb, void *opaque, const char *name, in qemu_bh_new_full() function
/openbmc/qemu/util/
H A Dmain-loop.c608 QEMUBH *qemu_bh_new_full(QEMUBHFunc *cb, void *opaque, const char *name, in qemu_bh_new_full() function