Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvhost-iova-tree.h19 void vhost_iova_tree_delete(VhostIOVATree *iova_tree);
20 G_DEFINE_AUTOPTR_CLEANUP_FUNC(VhostIOVATree, vhost_iova_tree_delete);
H A Dvhost-iova-tree.c53 void vhost_iova_tree_delete(VhostIOVATree *iova_tree) in vhost_iova_tree_delete() function
/openbmc/qemu/net/
H A Dvhost-vdpa.c426 vhost_iova_tree_delete); in vhost_vdpa_net_client_stop()