Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dvirtio.h537 #define virtio_bh_new_guarded(dev, cb, opaque) \ macro
/openbmc/qemu/hw/display/
H A Dvirtio-gpu.c1517 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 Dvirtio-serial-bus.c988 port->bh = virtio_bh_new_guarded(dev, flush_queued_data_bh, port); in virtser_port_device_realize()
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c1083 virtio_bh_new_guarded(dev, virtio_crypto_dataq_bh, in virtio_crypto_device_realize()