Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dvhost_types.h96 struct vhost_msg { struct
/openbmc/qemu/include/standard-headers/linux/
H A Dvhost_types.h96 struct vhost_msg { struct
/openbmc/qemu/hw/virtio/
H A Dvhost-backend.c264 struct vhost_msg msg; in vhost_kernel_iotlb_read()
295 struct vhost_msg msg = {}; in vhost_kernel_send_device_iotlb_msg()
/openbmc/linux/drivers/vhost/
H A Dvhost.h155 struct vhost_msg msg;
H A Dvhost.c1503 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()