iotlb             327 drivers/vhost/vhost.c 	vq->iotlb = NULL;
iotlb             467 drivers/vhost/vhost.c 	dev->iotlb = NULL;
iotlb             677 drivers/vhost/vhost.c 	vhost_umem_clean(dev->iotlb);
iotlb             678 drivers/vhost/vhost.c 	dev->iotlb = NULL;
iotlb             784 drivers/vhost/vhost.c 	if (!vq->iotlb)
iotlb             819 drivers/vhost/vhost.c 	if (!vq->iotlb)
iotlb             900 drivers/vhost/vhost.c 	if (!vq->iotlb) { \
iotlb             945 drivers/vhost/vhost.c 	if (!vq->iotlb) { \
iotlb            1066 drivers/vhost/vhost.c 		struct vhost_iotlb_msg *vq_msg = &node->msg.iotlb;
iotlb            1105 drivers/vhost/vhost.c 		if (!dev->iotlb) {
iotlb            1114 drivers/vhost/vhost.c 		if (vhost_new_umem_range(dev->iotlb, msg->iova, msg->size,
iotlb            1123 drivers/vhost/vhost.c 		if (!dev->iotlb) {
iotlb            1128 drivers/vhost/vhost.c 		vhost_del_umem_range(dev->iotlb, msg->iova,
iotlb            1159 drivers/vhost/vhost.c 		offset = offsetof(struct vhost_msg, iotlb) - sizeof(int);
iotlb            1228 drivers/vhost/vhost.c 		if (!dev->iotlb) {
iotlb            1246 drivers/vhost/vhost.c 			msg = &node->msg.iotlb;
iotlb            1250 drivers/vhost/vhost.c 			msg = &node->msg_v2.iotlb;
iotlb            1282 drivers/vhost/vhost.c 		msg = &node->msg_v2.iotlb;
iotlb            1284 drivers/vhost/vhost.c 		msg = &node->msg.iotlb;
iotlb            1322 drivers/vhost/vhost.c 	struct vhost_umem *umem = vq->iotlb;
iotlb            1358 drivers/vhost/vhost.c 	if (!vq->iotlb)
iotlb            1398 drivers/vhost/vhost.c 	if (vq->iotlb)
iotlb            1730 drivers/vhost/vhost.c 	oiotlb = d->iotlb;
iotlb            1731 drivers/vhost/vhost.c 	d->iotlb = niotlb;
iotlb            1737 drivers/vhost/vhost.c 		vq->iotlb = niotlb;
iotlb            1915 drivers/vhost/vhost.c 	if (!vq->iotlb)
iotlb            1941 drivers/vhost/vhost.c 	if (vq->iotlb) {
iotlb            2020 drivers/vhost/vhost.c 	if (!vq->iotlb &&
iotlb            2045 drivers/vhost/vhost.c 	struct vhost_umem *umem = dev->iotlb ? dev->iotlb : dev->umem;
iotlb            2060 drivers/vhost/vhost.c 			if (umem != dev->iotlb) {
iotlb             132 drivers/vhost/vhost.h 	struct vhost_umem *iotlb;
iotlb             168 drivers/vhost/vhost.h 	struct vhost_umem *iotlb;
iotlb              72 include/uapi/linux/vhost_types.h 		struct vhost_iotlb_msg iotlb;
iotlb              81 include/uapi/linux/vhost_types.h 		struct vhost_iotlb_msg iotlb;