Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dvhost_types.h93 #define VHOST_IOTLB_MSG 0x1 macro
/linux-6.12.1/drivers/vhost/
Dvhost.c1513 case VHOST_IOTLB_MSG: in vhost_chr_write_iter()
1557 ret = (type == VHOST_IOTLB_MSG) ? sizeof(struct vhost_msg) : in vhost_chr_write_iter()
1621 case VHOST_IOTLB_MSG: in vhost_chr_read_iter()
1653 node = vhost_new_msg(vq, v2 ? VHOST_IOTLB_MSG_V2 : VHOST_IOTLB_MSG); in vhost_iotlb_miss()