Home
last modified time | relevance | path

Searched refs:VHOST_IOTLB_MSG (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dvhost_types.h93 #define VHOST_IOTLB_MSG 0x1 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dvhost_types.h93 #define VHOST_IOTLB_MSG 0x1 macro
/openbmc/qemu/hw/virtio/
H A Dvhost-backend.c271 if (msg.type != VHOST_IOTLB_MSG) { in vhost_kernel_iotlb_read()
297 msg.type = VHOST_IOTLB_MSG; in vhost_kernel_send_device_iotlb_msg()
/openbmc/linux/drivers/vhost/
H A Dvhost.c1499 case VHOST_IOTLB_MSG: in vhost_chr_write_iter()
1543 ret = (type == VHOST_IOTLB_MSG) ? sizeof(struct vhost_msg) : in vhost_chr_write_iter()
1607 case VHOST_IOTLB_MSG: in vhost_chr_read_iter()
1639 node = vhost_new_msg(vq, v2 ? VHOST_IOTLB_MSG_V2 : VHOST_IOTLB_MSG); in vhost_iotlb_miss()
/openbmc/qemu/docs/interop/
H A Dvhost-user.rst1380 :equivalent ioctl: N/A (equivalent to ``VHOST_IOTLB_MSG`` message type)
1736 :equivalent ioctl: N/A (equivalent to ``VHOST_IOTLB_MSG`` message type)