Searched refs:qemu_bh_new_full (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | main-loop.h | 389 qemu_bh_new_full((cb), (opaque), (stringify(cb)), guard) 391 qemu_bh_new_full((cb), (opaque), (stringify(cb)), NULL) 392 QEMUBH *qemu_bh_new_full(QEMUBHFunc *cb, void *opaque, const char *name,
|
/openbmc/qemu/tests/unit/ |
H A D | ptimer-test-stubs.c | 110 QEMUBH *qemu_bh_new_full(QEMUBHFunc *cb, void *opaque, const char *name, in qemu_bh_new_full() function
|
/openbmc/qemu/util/ |
H A D | main-loop.c | 605 QEMUBH *qemu_bh_new_full(QEMUBHFunc *cb, void *opaque, const char *name, in qemu_bh_new_full() function
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio.c | 4392 return qemu_bh_new_full(cb, opaque, name, in type_init()
|