Home
last modified time | relevance | path

Searched refs:vhost_iotlb_alloc (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/vhost/
H A Diotlb.c102 * vhost_iotlb_alloc - add a new vhost IOTLB
108 struct vhost_iotlb *vhost_iotlb_alloc(unsigned int limit, unsigned int flags) in vhost_iotlb_alloc() function
123 EXPORT_SYMBOL_GPL(vhost_iotlb_alloc); variable
H A Dvdpa.c895 dev->iotlb = vhost_iotlb_alloc(0, 0); in vhost_vdpa_open()
H A Dvhost.c633 return vhost_iotlb_alloc(max_iotlb_entries, in iotlb_alloc()
/kernel/linux/linux-6.6/drivers/vhost/
H A Diotlb.c146 * vhost_iotlb_alloc - add a new vhost IOTLB
152 struct vhost_iotlb *vhost_iotlb_alloc(unsigned int limit, unsigned int flags) in vhost_iotlb_alloc() function
163 EXPORT_SYMBOL_GPL(vhost_iotlb_alloc); variable
H A Dvhost.c912 return vhost_iotlb_alloc(max_iotlb_entries, in iotlb_alloc()
/kernel/linux/linux-5.10/include/linux/
H A Dvhost_iotlb.h36 struct vhost_iotlb *vhost_iotlb_alloc(unsigned int limit, unsigned int flags);
/kernel/linux/linux-6.6/include/linux/
H A Dvhost_iotlb.h41 struct vhost_iotlb *vhost_iotlb_alloc(unsigned int limit, unsigned int flags);
/kernel/linux/linux-6.6/drivers/vdpa/mlx5/core/
H A Dresources.c232 mvdev->cvq.iotlb = vhost_iotlb_alloc(0, 0); in init_ctrl_vq()
/kernel/linux/linux-6.6/drivers/vdpa/vdpa_user/
H A Diova_domain.c568 domain->iotlb = vhost_iotlb_alloc(0, 0); in vduse_domain_create()
/kernel/linux/linux-5.10/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.c397 vdpasim->iommu = vhost_iotlb_alloc(2048, 0); in vdpasim_create()

Completed in 14 milliseconds