Home
last modified time | relevance | path

Searched refs:notify (Results 1 – 13 of 13) sorted by relevance

/devicemodel/core/
A Dvmmapi.c269 struct acrn_ioreq_notify notify; in vm_notify_request_done() local
271 bzero(&notify, sizeof(notify)); in vm_notify_request_done()
272 notify.vmid = ctx->vmid; in vm_notify_request_done()
273 notify.vcpu = vcpu; in vm_notify_request_done()
275 error = ioctl(ctx->fd, ACRN_IOCTL_NOTIFY_REQUEST_FINISH, &notify); in vm_notify_request_done()
/devicemodel/hw/pci/virtio/
A Dvhost_vsock.c286 vsock->queues[VHOST_VSOCK_RXQ].notify = vhost_vsock_handle_output; in virtio_vhost_vsock_init()
288 vsock->queues[VHOST_VSOCK_TXQ].notify = vhost_vsock_handle_output; in virtio_vhost_vsock_init()
290 vsock->queues[VHOST_VSOCK_CTLQ].notify = vhost_vsock_handle_output; in virtio_vhost_vsock_init()
A Dvirtio.c105 else if (vq->notify) in virtio_set_iothread()
106 vq->viothrd.iothread_run = vq->notify; in virtio_set_iothread()
180 else if (vq->notify) in virtio_poll_timer()
181 (*vq->notify)(DEV_STRUCT(base), vq); in virtio_poll_timer()
1128 else if (vq->notify) in virtio_pci_legacy_write()
1196 .cap.cap_len = sizeof(notify), in virtio_set_modern_mmio_bar()
1250 sizeof(notify)); in virtio_set_modern_mmio_bar()
1736 else if (vq->notify) in virtio_notify_cfg_write()
1737 (*vq->notify)(DEV_STRUCT(base), vq); in virtio_notify_cfg_write()
1894 else if (vq->notify) in virtio_pci_modern_pio_write()
[all …]
A Dvirtio_gpu.c1654 struct virtio_pci_notify_cap notify; in virtio_gpu_init() local
1752 gpu->vq[VIRTIO_GPU_CURSORQ].notify = virtio_gpu_notify_cursorq; in virtio_gpu_init()
1826 notify.cap.cap_vndr = PCIY_VENDOR; in virtio_gpu_init()
1827 notify.cap.cap_next = 0; in virtio_gpu_init()
1828 notify.cap.cap_len = sizeof(notify); in virtio_gpu_init()
1829 notify.cap.cfg_type = VIRTIO_PCI_CAP_NOTIFY_CFG; in virtio_gpu_init()
1830 notify.cap.bar = 2; in virtio_gpu_init()
1831 notify.cap.offset = VIRTIO_CAP_NOTIFY_OFFSET; in virtio_gpu_init()
1832 notify.cap.length = VIRTIO_CAP_NOTIFY_SIZE; in virtio_gpu_init()
1833 notify.notify_off_multiplier = VIRTIO_MODERN_NOTIFY_OFF_MULT; in virtio_gpu_init()
[all …]
A Dvirtio_net.c924 net->queues[VIRTIO_NET_RXQ].notify = virtio_net_ping_rxq; in virtio_net_init()
926 net->queues[VIRTIO_NET_TXQ].notify = virtio_net_ping_txq; in virtio_net_init()
929 net->queues[VIRTIO_NET_CTLQ].notify = virtio_net_ping_ctlq; in virtio_net_init()
A Dvirtio_coreu.c311 vcoreu->queues[0].notify = virtio_coreu_notify; in virtio_coreu_init()
A Dvirtio_input.c692 vi->queues[VIRTIO_INPUT_EVENT_QUEUE].notify = in virtio_input_init()
696 vi->queues[VIRTIO_INPUT_STATUS_QUEUE].notify = in virtio_input_init()
A Dvirtio_hdcp.c440 vhdcp->queues[0].notify = virtio_hdcp_notify; in virtio_hdcp_init()
A Dvirtio_gpio.c1370 gpio->queues[0].notify = virtio_gpio_notify; in virtio_gpio_init()
1372 gpio->queues[1].notify = virtio_irq_notify; in virtio_gpio_init()
1374 gpio->queues[2].notify = virtio_irq_evt_notify; in virtio_gpio_init()
A Dvirtio_block.c665 blk->vqs[j].notify = virtio_blk_notify; in virtio_blk_init()
A Dvirtio_console.c1152 console->queues[i].notify = i % 2 == 0 in virtio_console_init()
A Dvirtio_mei.c2335 vmei->vqs[VMEI_RXQ].notify = vmei_notify_rx; in vmei_init()
2336 vmei->vqs[VMEI_TXQ].notify = vmei_notify_tx; in vmei_init()
/devicemodel/include/
A Dvirtio.h437 void (*notify)(void *, struct virtio_vq_info *); member

Completed in 35 milliseconds