Searched refs:vhost_iotlb_init (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/vhost/ |
D | iotlb.c | 134 void vhost_iotlb_init(struct vhost_iotlb *iotlb, unsigned int limit, in vhost_iotlb_init() function 143 EXPORT_SYMBOL_GPL(vhost_iotlb_init); 159 vhost_iotlb_init(iotlb, limit, flags); in vhost_iotlb_alloc()
|
D | vdpa.c | 112 vhost_iotlb_init(&as->iotlb, 0, 0); in vhost_vdpa_alloc_as()
|
/linux-5.19.10/include/linux/ |
D | vhost_iotlb.h | 39 void vhost_iotlb_init(struct vhost_iotlb *iotlb, unsigned int limit,
|
/linux-5.19.10/drivers/vdpa/vdpa_sim/ |
D | vdpa_sim.c | 294 vhost_iotlb_init(&vdpasim->iommu[i], max_iotlb_entries, 0); in vdpasim_create()
|