Searched refs:with_irqfd (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/virtio/ |
H A D | virtio-mmio.c | 656 bool with_irqfd) in virtio_mmio_set_guest_notifier() argument 669 virtio_queue_set_guest_notifier_fd_handler(vq, true, with_irqfd); in virtio_mmio_set_guest_notifier() 671 virtio_queue_set_guest_notifier_fd_handler(vq, false, with_irqfd); in virtio_mmio_set_guest_notifier() 682 bool with_irqfd) in virtio_mmio_set_config_guest_notifier() argument 695 virtio_config_set_guest_notifier_fd_handler(vdev, assign, with_irqfd); in virtio_mmio_set_config_guest_notifier() 697 virtio_config_set_guest_notifier_fd_handler(vdev, assign, with_irqfd); in virtio_mmio_set_config_guest_notifier() 711 bool with_irqfd = false; in virtio_mmio_set_guest_notifiers() local 721 r = virtio_mmio_set_guest_notifier(d, n, assign, with_irqfd); in virtio_mmio_set_guest_notifiers() 726 r = virtio_mmio_set_config_guest_notifier(d, assign, with_irqfd); in virtio_mmio_set_guest_notifiers()
|
H A D | virtio-pci.c | 1165 bool with_irqfd) in virtio_pci_set_guest_notifier_fd_handler() argument 1175 bool with_irqfd) in virtio_pci_set_guest_notifier() argument 1198 with_irqfd); in virtio_pci_set_guest_notifier() 1223 bool with_irqfd = msix_enabled(&proxy->pci_dev) && in virtio_pci_set_guest_notifiers() local 1264 with_irqfd); in virtio_pci_set_guest_notifiers() 1269 if ((with_irqfd || in virtio_pci_set_guest_notifiers() 1272 if (with_irqfd) { in virtio_pci_set_guest_notifiers() 1297 if (with_irqfd) { in virtio_pci_set_guest_notifiers() 1302 if (with_irqfd) { in virtio_pci_set_guest_notifiers() 1307 with_irqfd); in virtio_pci_set_guest_notifiers() [all …]
|
H A D | virtio.c | 3716 bool with_irqfd) in virtio_queue_set_guest_notifier_fd_handler() argument 3718 if (assign && !with_irqfd) { in virtio_queue_set_guest_notifier_fd_handler() 3732 bool assign, bool with_irqfd) in virtio_config_set_guest_notifier_fd_handler() argument 3736 if (assign && !with_irqfd) { in virtio_config_set_guest_notifier_fd_handler()
|
/openbmc/qemu/hw/s390x/ |
H A D | virtio-ccw.c | 1020 bool assign, bool with_irqfd) in virtio_ccw_set_guest_notifier() argument 1033 virtio_queue_set_guest_notifier_fd_handler(vq, true, with_irqfd); in virtio_ccw_set_guest_notifier() 1034 if (with_irqfd) { in virtio_ccw_set_guest_notifier() 1038 with_irqfd); in virtio_ccw_set_guest_notifier() 1058 if (with_irqfd) { in virtio_ccw_set_guest_notifier() 1061 virtio_queue_set_guest_notifier_fd_handler(vq, false, with_irqfd); in virtio_ccw_set_guest_notifier() 1073 bool with_irqfd = ccw_dev->sch->thinint_active && kvm_irqfds_enabled(); in virtio_ccw_set_guest_notifiers() local 1076 if (with_irqfd && assigned) { in virtio_ccw_set_guest_notifiers() 1087 r = virtio_ccw_set_guest_notifier(dev, n, assigned, with_irqfd); in virtio_ccw_set_guest_notifiers() 1092 if (with_irqfd && !assigned) { in virtio_ccw_set_guest_notifiers() [all …]
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-pci.h | 272 bool with_irqfd);
|
H A D | virtio.h | 411 bool with_irqfd); 426 bool assign, bool with_irqfd);
|
/openbmc/qemu/hw/misc/ |
H A D | ivshmem.c | 448 bool with_irqfd = kvm_msi_via_irqfd_enabled() && in setup_interrupt() local 455 if (!with_irqfd) { in setup_interrupt()
|