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);
625 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()
568 domain->iotlb = vhost_iotlb_alloc(0, 0); in vduse_domain_create()