Home
last modified time | relevance | path

Searched refs:vhost_iotlb_map (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/vhost/
H A Diotlb.c19 INTERVAL_TREE_DEFINE(struct vhost_iotlb_map,
29 struct vhost_iotlb_map *map) in vhost_iotlb_map_free()
53 struct vhost_iotlb_map *map; in vhost_iotlb_add_range()
93 struct vhost_iotlb_map *map; in vhost_iotlb_del_range()
154 struct vhost_iotlb_map *
167 struct vhost_iotlb_map *
168 vhost_iotlb_itree_next(struct vhost_iotlb_map *map, u64 start, u64 last) in vhost_iotlb_itree_next()
H A Dvhost.h79 const struct vhost_iotlb_map *meta_iotlb[VHOST_NUM_ADDRS];
229 struct vhost_iotlb_map *map);
H A Dvhost.c754 struct vhost_iotlb_map *map; in vq_memory_access_ok()
780 const struct vhost_iotlb_map *map = vq->meta_iotlb[type]; in vhost_vq_meta_fetch()
1315 const struct vhost_iotlb_map *map, in vhost_vq_meta_update()
1328 const struct vhost_iotlb_map *map; in iotlb_access_ok()
1871 struct vhost_iotlb_map *u; in log_write_hva()
2040 const struct vhost_iotlb_map *map; in translate_desc()
H A Dvdpa.c517 struct vhost_iotlb_map *map; in vhost_vdpa_iotlb_unmap()
H A Dvringh.c1077 struct vhost_iotlb_map *map; in iotlb_translate()
/OK3568_Linux_fs/kernel/include/linux/
H A Dvhost_iotlb.h7 struct vhost_iotlb_map { struct
40 struct vhost_iotlb_map * argument
42 struct vhost_iotlb_map *
43 vhost_iotlb_itree_next(struct vhost_iotlb_map *map, u64 start, u64 last);
46 struct vhost_iotlb_map *map);
/OK3568_Linux_fs/kernel/drivers/vdpa/mlx5/core/
H A Dmr.c93 static u64 map_start(struct vhost_iotlb_map *map, struct mlx5_vdpa_direct_mr *mr) in map_start()
98 static u64 map_end(struct vhost_iotlb_map *map, struct mlx5_vdpa_direct_mr *mr) in map_end()
103 static u64 maplen(struct vhost_iotlb_map *map, struct mlx5_vdpa_direct_mr *mr) in maplen()
225 struct vhost_iotlb_map *map; in map_direct_mr()
363 struct vhost_iotlb_map *map; in _mlx5_vdpa_create_mr()
/OK3568_Linux_fs/kernel/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.c628 struct vhost_iotlb_map *map; in vdpasim_set_map()