Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dvhost.h67 #define VHOST_IOTLB_MSG 0x1 macro
/Linux-v4.19/tools/include/uapi/linux/
Dvhost.h67 #define VHOST_IOTLB_MSG 0x1 macro
/Linux-v4.19/drivers/vhost/
Dvhost.c1040 case VHOST_IOTLB_MSG: in vhost_chr_write_iter()
1063 ret = (type == VHOST_IOTLB_MSG) ? sizeof(struct vhost_msg) : in vhost_chr_write_iter()
1127 case VHOST_IOTLB_MSG: in vhost_chr_read_iter()
1159 node = vhost_new_msg(vq, v2 ? VHOST_IOTLB_MSG_V2 : VHOST_IOTLB_MSG); in vhost_iotlb_miss()