Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dvhost_types.h67 struct vhost_iotlb_msg { struct
99 struct vhost_iotlb_msg iotlb; argument
108 struct vhost_iotlb_msg iotlb;
/openbmc/qemu/include/standard-headers/linux/
H A Dvhost_types.h67 struct vhost_iotlb_msg { struct
99 struct vhost_iotlb_msg iotlb; argument
108 struct vhost_iotlb_msg iotlb;
/openbmc/qemu/hw/virtio/
H A Dvhost-backend.c282 struct vhost_iotlb_msg *imsg) in vhost_kernel_send_device_iotlb_msg()
361 struct vhost_iotlb_msg imsg; in vhost_backend_update_device_iotlb()
391 struct vhost_iotlb_msg imsg; in vhost_backend_invalidate_device_iotlb()
404 struct vhost_iotlb_msg *imsg) in vhost_backend_handle_iotlb_msg()
H A Dvhost-user.c220 struct vhost_iotlb_msg iotlb;
2389 struct vhost_iotlb_msg *imsg) in vhost_user_send_device_iotlb_msg()
/openbmc/qemu/include/hw/virtio/
H A Dvhost-backend.h51 struct vhost_iotlb_msg;
117 struct vhost_iotlb_msg *imsg);
228 struct vhost_iotlb_msg *imsg);
/openbmc/linux/drivers/vhost/
H A Dvhost.h180 struct vhost_iotlb_msg *msg);
188 struct vhost_iotlb_msg *msg));
H A Dvhost.c550 struct vhost_iotlb_msg *msg)) in vhost_dev_init()
1399 struct vhost_iotlb_msg *msg) in vhost_iotlb_notify_vq()
1406 struct vhost_iotlb_msg *vq_msg = &node->msg.iotlb; in vhost_iotlb_notify_vq()
1437 struct vhost_iotlb_msg *msg) in vhost_process_iotlb_msg()
1487 struct vhost_iotlb_msg msg; in vhost_chr_write_iter()
1603 struct vhost_iotlb_msg *msg; in vhost_chr_read_iter()
1636 struct vhost_iotlb_msg *msg; in vhost_iotlb_miss()
H A Dvdpa.c1118 struct vhost_iotlb_msg *msg) in vhost_vdpa_process_iotlb_update()
1140 struct vhost_iotlb_msg *msg) in vhost_vdpa_process_iotlb_msg()
/openbmc/qemu/docs/interop/
H A Dvhost-user.rst368 struct vhost_iotlb_msg iotlb;
689 vhost_iotlb_msg`` as payload. For update events, the ``iotlb`` payload
701 requests to the front-end with a ``struct vhost_iotlb_msg`` as
1381 :request payload: ``struct vhost_iotlb_msg``
1384 Send IOTLB messages with ``struct vhost_iotlb_msg`` as payload.
1737 :request payload: ``struct vhost_iotlb_msg``
1740 Send IOTLB messages with ``struct vhost_iotlb_msg`` as payload.