Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/vhost/
Diotlb.c120 struct vhost_iotlb *vhost_iotlb_alloc(unsigned int limit, unsigned int flags) in vhost_iotlb_alloc() function
135 EXPORT_SYMBOL_GPL(vhost_iotlb_alloc);
Dvdpa.c979 dev->iotlb = vhost_iotlb_alloc(0, 0); in vhost_vdpa_open()
Dvhost.c633 return vhost_iotlb_alloc(max_iotlb_entries, in iotlb_alloc()
/Linux-v5.15/include/linux/
Dvhost_iotlb.h39 struct vhost_iotlb *vhost_iotlb_alloc(unsigned int limit, unsigned int flags);
/Linux-v5.15/drivers/vdpa/mlx5/core/
Dresources.c237 mvdev->cvq.iotlb = vhost_iotlb_alloc(0, 0); in init_ctrl_vq()
/Linux-v5.15/drivers/vdpa/vdpa_user/
Diova_domain.c500 domain->iotlb = vhost_iotlb_alloc(0, 0); in vduse_domain_create()
/Linux-v5.15/drivers/vdpa/vdpa_sim/
Dvdpa_sim.c281 vdpasim->iommu = vhost_iotlb_alloc(max_iotlb_entries, 0); in vdpasim_create()