Home
last modified time | relevance | path

Searched defs:iotlb (Results 1 – 7 of 7) sorted by relevance

/drivers/vhost/
Diotlb.c28 void vhost_iotlb_map_free(struct vhost_iotlb *iotlb, in vhost_iotlb_map_free()
49 int vhost_iotlb_add_range(struct vhost_iotlb *iotlb, in vhost_iotlb_add_range()
91 void vhost_iotlb_del_range(struct vhost_iotlb *iotlb, u64 start, u64 last) in vhost_iotlb_del_range()
110 struct vhost_iotlb *iotlb = kzalloc(sizeof(*iotlb), GFP_KERNEL); in vhost_iotlb_alloc() local
129 void vhost_iotlb_reset(struct vhost_iotlb *iotlb) in vhost_iotlb_reset()
139 void vhost_iotlb_free(struct vhost_iotlb *iotlb) in vhost_iotlb_free()
155 vhost_iotlb_itree_first(struct vhost_iotlb *iotlb, u64 start, u64 last) in vhost_iotlb_itree_first()
Dvhost.h122 struct vhost_iotlb *iotlb; member
159 struct vhost_iotlb *iotlb; member
Dvdpa.c516 struct vhost_iotlb *iotlb = dev->iotlb; in vhost_vdpa_iotlb_unmap() local
619 struct vhost_iotlb *iotlb = dev->iotlb; in vhost_vdpa_process_iotlb_update() local
Dvringh.c1078 struct vhost_iotlb *iotlb = vrh->iotlb; in iotlb_translate() local
1270 void vringh_set_iotlb(struct vringh *vrh, struct vhost_iotlb *iotlb) in vringh_set_iotlb()
/drivers/vdpa/mlx5/core/
Dmr.c223 struct vhost_iotlb *iotlb) in map_direct_mr()
304 struct vhost_iotlb *iotlb) in add_direct_chain()
358 static int _mlx5_vdpa_create_mr(struct mlx5_vdpa_dev *mvdev, struct vhost_iotlb *iotlb) in _mlx5_vdpa_create_mr()
424 int mlx5_vdpa_create_mr(struct mlx5_vdpa_dev *mvdev, struct vhost_iotlb *iotlb) in mlx5_vdpa_create_mr()
456 int mlx5_vdpa_handle_set_map(struct mlx5_vdpa_dev *mvdev, struct vhost_iotlb *iotlb, in mlx5_vdpa_handle_set_map()
/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c1671 static int mlx5_vdpa_change_map(struct mlx5_vdpa_net *ndev, struct vhost_iotlb *iotlb) in mlx5_vdpa_change_map()
1836 static int mlx5_vdpa_set_map(struct vdpa_device *vdev, struct vhost_iotlb *iotlb) in mlx5_vdpa_set_map()
/drivers/vdpa/vdpa_sim/
Dvdpa_sim.c625 struct vhost_iotlb *iotlb) in vdpasim_set_map()