Home
last modified time | relevance | path

Searched refs:iova_tree_insert (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/qemu/
H A Diova-tree.h85 int iova_tree_insert(IOVATree *tree, const DMAMap *map);
/openbmc/qemu/util/
H A Diova-tree.c124 int iova_tree_insert(IOVATree *tree, const DMAMap *map) in iova_tree_insert() function
252 return iova_tree_insert(tree, map); in iova_tree_alloc_map()
/openbmc/qemu/hw/virtio/
H A Dvhost-iova-tree.c116 return iova_tree_insert(tree->iova_taddr_map, map); in vhost_iova_tree_map_alloc()