Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.h118 struct vhost_iotlb *iotlb; member
155 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()
/kernel/linux/linux-5.10/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()
457 int mlx5_vdpa_handle_set_map(struct mlx5_vdpa_dev *mvdev, struct vhost_iotlb *iotlb, in mlx5_vdpa_handle_set_map()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dvhost_types.h63 struct vhost_iotlb_msg iotlb; member
71 struct vhost_iotlb_msg iotlb; member
/kernel/linux/linux-5.10/include/uapi/linux/
Dvhost_types.h83 struct vhost_iotlb_msg iotlb; member
92 struct vhost_iotlb_msg iotlb; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dvhost.h57 struct vhost_iotlb_msg iotlb; member
65 struct vhost_iotlb_msg iotlb; member
/kernel/linux/linux-5.10/include/linux/
Dvringh.h47 struct vhost_iotlb *iotlb; member
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/vdpa/vdpa_sim/
Dvdpa_sim.c625 struct vhost_iotlb *iotlb) in vdpasim_set_map()