Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu.c609 VirtIOIOMMUInterval interval, *iter_key; in virtio_iommu_unmap() local
629 (void **)&iter_key, (void**)&iter_val)) { in virtio_iommu_unmap()
630 uint64_t current_low = iter_key->low; in virtio_iommu_unmap()
631 uint64_t current_high = iter_key->high; in virtio_iommu_unmap()
638 g_tree_remove(domain->mappings, iter_key); in virtio_iommu_unmap()