Searched refs:vhost_iotlb_alloc (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | iotlb.c | 102 * 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 D | vdpa.c | 895 dev->iotlb = vhost_iotlb_alloc(0, 0); in vhost_vdpa_open()
|
H A D | vhost.c | 633 return vhost_iotlb_alloc(max_iotlb_entries, in iotlb_alloc()
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | iotlb.c | 146 * 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 D | vhost.c | 912 return vhost_iotlb_alloc(max_iotlb_entries, in iotlb_alloc()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | vhost_iotlb.h | 36 struct vhost_iotlb *vhost_iotlb_alloc(unsigned int limit, unsigned int flags);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | vhost_iotlb.h | 41 struct vhost_iotlb *vhost_iotlb_alloc(unsigned int limit, unsigned int flags);
|
/kernel/linux/linux-6.6/drivers/vdpa/mlx5/core/ |
H A D | resources.c | 232 mvdev->cvq.iotlb = vhost_iotlb_alloc(0, 0); in init_ctrl_vq()
|
/kernel/linux/linux-6.6/drivers/vdpa/vdpa_user/ |
H A D | iova_domain.c | 568 domain->iotlb = vhost_iotlb_alloc(0, 0); in vduse_domain_create()
|
/kernel/linux/linux-5.10/drivers/vdpa/vdpa_sim/ |
H A D | vdpa_sim.c | 397 vdpasim->iommu = vhost_iotlb_alloc(2048, 0); in vdpasim_create()
|
Completed in 14 milliseconds