Home
last modified time | relevance | path

Searched refs:vhost_iotlb_del_range (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/vhost/
H A Diotlb.c118 void vhost_iotlb_del_range(struct vhost_iotlb *iotlb, u64 start, u64 last) in vhost_iotlb_del_range() function
126 EXPORT_SYMBOL_GPL(vhost_iotlb_del_range);
171 vhost_iotlb_del_range(iotlb, 0ULL, 0ULL - 1); in vhost_iotlb_reset()
H A Dvdpa.c1017 vhost_iotlb_del_range(iotlb, iova, iova + size - 1); in vhost_vdpa_map()
H A Dvhost.c1485 vhost_iotlb_del_range(dev->iotlb, msg->iova, in vhost_process_iotlb_msg()
/linux/include/linux/
H A Dvhost_iotlb.h37 void vhost_iotlb_del_range(struct vhost_iotlb *iotlb, u64 start, u64 last);