Searched refs:vhost_msg (Results 1 – 5 of 5) sorted by relevance
96 struct vhost_msg { struct
264 struct vhost_msg msg; in vhost_kernel_iotlb_read()295 struct vhost_msg msg = {}; in vhost_kernel_send_device_iotlb_msg()
155 struct vhost_msg msg;
1503 offset = offsetof(struct vhost_msg, iotlb) - sizeof(int); in vhost_chr_write_iter()1543 ret = (type == VHOST_IOTLB_MSG) ? sizeof(struct vhost_msg) : in vhost_chr_write_iter()1570 unsigned size = sizeof(struct vhost_msg); in vhost_chr_read_iter()