Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Diova-tree.h63 int gpa_tree_insert(IOVATree *tree, const DMAMap *map);
/qemu/hw/virtio/
H A Dvhost-iova-tree.c178 return gpa_tree_insert(tree->gpa_iova_map, map); in vhost_iova_tree_map_alloc_gpa()
/qemu/util/
H A Diova-tree.c286 int gpa_tree_insert(IOVATree *tree, const DMAMap *map) in gpa_tree_insert() function