Home
last modified time | relevance | path

Searched refs:vhost_iova_tree_find_iova (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvhost-iova-tree.h22 const DMAMap *vhost_iova_tree_find_iova(const VhostIOVATree *iova_tree,
H A Dvhost-iova-tree.c67 const DMAMap *vhost_iova_tree_find_iova(const VhostIOVATree *tree, in vhost_iova_tree_find_iova() function
H A Dvhost-shadow-virtqueue.c98 const DMAMap *map = vhost_iova_tree_find_iova(svq->iova_tree, &needle); in vhost_svq_translate_addr()
H A Dvhost-vdpa.c451 result = vhost_iova_tree_find_iova(s->iova_tree, &mem_region); in vhost_vdpa_listener_region_del()
1106 const DMAMap *result = vhost_iova_tree_find_iova(v->shared->iova_tree, in vhost_vdpa_svq_unmap_ring()
/openbmc/qemu/net/
H A Dvhost-vdpa.c491 const DMAMap *map = vhost_iova_tree_find_iova(tree, &needle); in vhost_vdpa_cvq_unmap_buf()