Searched refs:vhost_iotlb_alloc (Results 1 – 6 of 6) 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);
968 return vhost_iotlb_alloc(max_iotlb_entries, in iotlb_alloc()
41 struct vhost_iotlb *vhost_iotlb_alloc(unsigned int limit, unsigned int flags);
232 mvdev->cvq.iotlb = vhost_iotlb_alloc(0, 0); in init_ctrl_vq()
787 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 17 milliseconds