Searched refs:virtio_bh_new_guarded (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio.h | 537 #define virtio_bh_new_guarded(dev, cb, opaque) \ macro
|
/openbmc/qemu/hw/display/ |
H A D | virtio-gpu.c | 1517 g->ctrl_bh = virtio_bh_new_guarded(qdev, virtio_gpu_ctrl_bh, g); in virtio_gpu_device_realize() 1518 g->cursor_bh = virtio_bh_new_guarded(qdev, virtio_gpu_cursor_bh, g); in virtio_gpu_device_realize()
|
/openbmc/qemu/hw/char/ |
H A D | virtio-serial-bus.c | 988 port->bh = virtio_bh_new_guarded(dev, flush_queued_data_bh, port); in virtser_port_device_realize()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-crypto.c | 1083 virtio_bh_new_guarded(dev, virtio_crypto_dataq_bh, in virtio_crypto_device_realize()
|