Home
last modified time | relevance | path

Searched refs:guest_notifier_pending (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvhost-vsock-common.c302 vdc->guest_notifier_pending = vhost_vsock_common_guest_notifier_pending; in vhost_vsock_common_class_init()
H A Dvhost-user-scmi.c298 vdc->guest_notifier_pending = vu_scmi_guest_notifier_pending; in vu_scmi_class_init()
H A Dvirtio-pci.c1014 if (k->guest_notifier_pending && in virtio_pci_one_vector_unmask()
1015 k->guest_notifier_pending(vdev, queue_no)) { in virtio_pci_one_vector_unmask()
1140 if (k->guest_notifier_pending) { in virtio_pci_vector_poll()
1141 if (k->guest_notifier_pending(vdev, queue_no)) { in virtio_pci_vector_poll()
1158 if (k->guest_notifier_pending) { in virtio_pci_vector_poll()
1159 if (k->guest_notifier_pending(vdev, VIRTIO_CONFIG_IRQ_IDX)) { in virtio_pci_vector_poll()
H A Dvhost-user-fs.c437 vdc->guest_notifier_pending = vuf_guest_notifier_pending; in vuf_class_init()
H A Dvirtio-crypto.c1283 vdc->guest_notifier_pending = virtio_crypto_guest_notifier_pending; in virtio_crypto_class_init()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio.h204 bool (*guest_notifier_pending)(VirtIODevice *vdev, int n); member
/openbmc/qemu/hw/s390x/
H A Dvirtio-ccw.c1051 if (k->guest_notifier_pending && in virtio_ccw_set_guest_notifier()
1052 k->guest_notifier_pending(vdev, n)) { in virtio_ccw_set_guest_notifier()
/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c666 vdc->guest_notifier_pending = vhost_user_gpu_guest_notifier_pending; in vhost_user_gpu_class_init()
/openbmc/qemu/hw/net/
H A Dvirtio-net.c4083 vdc->guest_notifier_pending = virtio_net_guest_notifier_pending; in virtio_net_class_init()