Searched refs:vhost_iotlb_alloc (Results 1 – 5 of 5) sorted by relevance
108 struct vhost_iotlb *vhost_iotlb_alloc(unsigned int limit, unsigned int flags) in vhost_iotlb_alloc() function123 EXPORT_SYMBOL_GPL(vhost_iotlb_alloc);
881 dev->iotlb = vhost_iotlb_alloc(0, 0); in vhost_vdpa_open()
633 return vhost_iotlb_alloc(max_iotlb_entries, in iotlb_alloc()
36 struct vhost_iotlb *vhost_iotlb_alloc(unsigned int limit, unsigned int flags);
374 vdpasim->iommu = vhost_iotlb_alloc(2048, 0); in vdpasim_create()