Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/vhost/
H A 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);
H A Dvdpa.c895 dev->iotlb = vhost_iotlb_alloc(0, 0); in vhost_vdpa_open()
H A Dvhost.c633 return vhost_iotlb_alloc(max_iotlb_entries, in iotlb_alloc()
/OK3568_Linux_fs/kernel/include/linux/
H A Dvhost_iotlb.h36 struct vhost_iotlb *vhost_iotlb_alloc(unsigned int limit, unsigned int flags);
/OK3568_Linux_fs/kernel/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.c397 vdpasim->iommu = vhost_iotlb_alloc(2048, 0); in vdpasim_create()