Home
last modified time | relevance | path

Searched refs:vhost_iova_tree_map_alloc (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvhost-iova-tree.h24 int vhost_iova_tree_map_alloc(VhostIOVATree *iova_tree, DMAMap *map);
H A Dvhost-iova-tree.c86 int vhost_iova_tree_map_alloc(VhostIOVATree *tree, DMAMap *map) in vhost_iova_tree_map_alloc() function
H A Dvhost-vdpa.c368 r = vhost_iova_tree_map_alloc(s->iova_tree, &mem_region); in vhost_vdpa_listener_region_add()
1152 r = vhost_iova_tree_map_alloc(v->shared->iova_tree, needle); in vhost_vdpa_svq_map_ring()
/openbmc/qemu/net/
H A Dvhost-vdpa.c518 r = vhost_iova_tree_map_alloc(v->shared->iova_tree, &map); in vhost_vdpa_cvq_map_buf()