Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dvhost_types.h77 #define VHOST_IOTLB_MSG 0x1 macro
/linux/drivers/vhost/
A Dvhost.c1152 case VHOST_IOTLB_MSG: in vhost_chr_write_iter()
1182 ret = (type == VHOST_IOTLB_MSG) ? sizeof(struct vhost_msg) : in vhost_chr_write_iter()
1246 case VHOST_IOTLB_MSG: in vhost_chr_read_iter()
1278 node = vhost_new_msg(vq, v2 ? VHOST_IOTLB_MSG_V2 : VHOST_IOTLB_MSG); in vhost_iotlb_miss()

Completed in 19 milliseconds