Home
last modified time | relevance | path

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

/qemu/hw/virtio/
H A Dvirtio-pci.c874 if (queue_no == VIRTIO_CONFIG_IRQ_IDX) { in virtio_pci_get_notifier()
939 return kvm_virtio_pci_vector_use_one(proxy, VIRTIO_CONFIG_IRQ_IDX); in kvm_virtio_pci_vector_config_use()
980 kvm_virtio_pci_vector_release_one(proxy, VIRTIO_CONFIG_IRQ_IDX); in kvm_virtio_pci_vector_config_release()
1067 ret = virtio_pci_one_vector_unmask(proxy, VIRTIO_CONFIG_IRQ_IDX, vector, in virtio_pci_vector_unmask()
1076 virtio_pci_one_vector_mask(proxy, VIRTIO_CONFIG_IRQ_IDX, vector, n); in virtio_pci_vector_unmask()
1113 virtio_pci_one_vector_mask(proxy, VIRTIO_CONFIG_IRQ_IDX, vector, n); in virtio_pci_vector_mask()
1147 ret = virtio_pci_get_notifier(proxy, VIRTIO_CONFIG_IRQ_IDX, &notifier, in virtio_pci_vector_poll()
1157 if (k->guest_notifier_pending(vdev, VIRTIO_CONFIG_IRQ_IDX)) { in virtio_pci_vector_poll()
1169 if (n == VIRTIO_CONFIG_IRQ_IDX) { in virtio_pci_set_guest_notifier_fd_handler()
1185 if (n == VIRTIO_CONFIG_IRQ_IDX) { in virtio_pci_set_guest_notifier()
[all …]
H A Dvhost-vsock-common.c137 if (idx == VIRTIO_CONFIG_IRQ_IDX) { in vhost_vsock_common_guest_notifier_mask()
154 if (idx == VIRTIO_CONFIG_IRQ_IDX) { in vhost_vsock_common_guest_notifier_pending()
H A Dvhost-user-fs.c174 if (idx == VIRTIO_CONFIG_IRQ_IDX) { in vuf_guest_notifier_mask()
190 if (idx == VIRTIO_CONFIG_IRQ_IDX) { in vuf_guest_notifier_pending()
H A Dvhost-user-scmi.c158 if (idx == VIRTIO_CONFIG_IRQ_IDX) { in vu_scmi_guest_notifier_mask()
H A Dvirtio-crypto.c1222 if (idx == VIRTIO_CONFIG_IRQ_IDX) { in virtio_crypto_guest_notifier_mask()
1241 if (idx == VIRTIO_CONFIG_IRQ_IDX) { in virtio_crypto_guest_notifier_pending()
H A Dvirtio-mmio.c701 vdc->guest_notifier_mask(vdev, VIRTIO_CONFIG_IRQ_IDX, !assign); in virtio_mmio_set_config_guest_notifier()
/qemu/hw/display/
H A Dvhost-user-gpu.c559 if (idx == VIRTIO_CONFIG_IRQ_IDX) { in vhost_user_gpu_guest_notifier_pending()
576 if (idx == VIRTIO_CONFIG_IRQ_IDX) { in vhost_user_gpu_guest_notifier_mask()
/qemu/include/hw/virtio/
H A Dvirtio.h85 #define VIRTIO_CONFIG_IRQ_IDX -1 macro
/qemu/hw/net/
H A Dvirtio-net.c3546 if (idx == VIRTIO_CONFIG_IRQ_IDX) { in virtio_net_guest_notifier_pending()
3578 if (idx == VIRTIO_CONFIG_IRQ_IDX) { in virtio_net_guest_notifier_mask()