Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/vhost/
Diotlb.c152 struct vhost_iotlb *vhost_iotlb_alloc(unsigned int limit, unsigned int flags) in vhost_iotlb_alloc() function
163 EXPORT_SYMBOL_GPL(vhost_iotlb_alloc);
Dvhost.c625 return vhost_iotlb_alloc(max_iotlb_entries, in iotlb_alloc()
/linux-6.1.9/include/linux/
Dvhost_iotlb.h41 struct vhost_iotlb *vhost_iotlb_alloc(unsigned int limit, unsigned int flags);
/linux-6.1.9/drivers/vdpa/mlx5/core/
Dresources.c232 mvdev->cvq.iotlb = vhost_iotlb_alloc(0, 0); in init_ctrl_vq()
/linux-6.1.9/drivers/vdpa/vdpa_user/
Diova_domain.c568 domain->iotlb = vhost_iotlb_alloc(0, 0); in vduse_domain_create()