Home
last modified time | relevance | path

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

/linux/drivers/vhost/
A 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);
A Dvdpa.c978 dev->iotlb = vhost_iotlb_alloc(0, 0); in vhost_vdpa_open()
A Dvhost.c633 return vhost_iotlb_alloc(max_iotlb_entries, in iotlb_alloc()
/linux/include/linux/
A Dvhost_iotlb.h39 struct vhost_iotlb *vhost_iotlb_alloc(unsigned int limit, unsigned int flags);
/linux/drivers/vdpa/mlx5/core/
A Dresources.c232 mvdev->cvq.iotlb = vhost_iotlb_alloc(0, 0); in init_ctrl_vq()
/linux/drivers/vdpa/vdpa_user/
A Diova_domain.c500 domain->iotlb = vhost_iotlb_alloc(0, 0); in vduse_domain_create()
/linux/drivers/vdpa/vdpa_sim/
A Dvdpa_sim.c281 vdpasim->iommu = vhost_iotlb_alloc(max_iotlb_entries, 0); in vdpasim_create()

Completed in 15 milliseconds