Home
last modified time | relevance | path

Searched refs:vhost_iotlb_alloc (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/vhost/
Diotlb.c108 struct vhost_iotlb *vhost_iotlb_alloc(unsigned int limit, unsigned int flags) in vhost_iotlb_alloc() function
123 EXPORT_SYMBOL_GPL(vhost_iotlb_alloc);
Dvdpa.c881 dev->iotlb = vhost_iotlb_alloc(0, 0); in vhost_vdpa_open()
Dvhost.c633 return vhost_iotlb_alloc(max_iotlb_entries, in iotlb_alloc()
/Linux-v5.10/include/linux/
Dvhost_iotlb.h36 struct vhost_iotlb *vhost_iotlb_alloc(unsigned int limit, unsigned int flags);
/Linux-v5.10/drivers/vdpa/vdpa_sim/
Dvdpa_sim.c374 vdpasim->iommu = vhost_iotlb_alloc(2048, 0); in vdpasim_create()