Home
last modified time | relevance | path

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

/qemu/include/hw/virtio/
H A Dvirtio-iommu.h59 GHashTable *as_by_busptr; member
/qemu/hw/virtio/
H A Dvirtio-iommu.c137 g_hash_table_iter_init(&iter, s->as_by_busptr); in virtio_iommu_switch_address_space_all()
161 g_hash_table_iter_init(&iter, s->as_by_busptr); in iommu_find_iommu_pcibus()
402 IOMMUPciBus *sbus = g_hash_table_lookup(s->as_by_busptr, bus); in virtio_iommu_find_add_as()
410 g_hash_table_insert(s->as_by_busptr, bus, sbus); in virtio_iommu_find_add_as()
1358 s->as_by_busptr = g_hash_table_new_full(NULL, NULL, NULL, g_free); in virtio_iommu_device_realize()
1380 g_hash_table_destroy(s->as_by_busptr); in virtio_iommu_device_unrealize()