Searched refs:vhost_iotlb_alloc (Results 1 – 5 of 5) sorted by relevance
152 struct vhost_iotlb *vhost_iotlb_alloc(unsigned int limit, unsigned int flags) in vhost_iotlb_alloc() function163 EXPORT_SYMBOL_GPL(vhost_iotlb_alloc);
1142 return vhost_iotlb_alloc(max_iotlb_entries, in iotlb_alloc()
232 mvdev->cvq.iotlb = vhost_iotlb_alloc(0, 0); in init_ctrl_vq()
788 mr->iotlb = vhost_iotlb_alloc(0, 0); in _mlx5_vdpa_create_mr()
592 domain->iotlb = vhost_iotlb_alloc(0, 0); in vduse_domain_create()
Completed in 23 milliseconds