Searched refs:as_by_busptr (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-iommu.h | 59 GHashTable *as_by_busptr; member
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-iommu.c | 142 g_hash_table_iter_init(&iter, s->as_by_busptr); in virtio_iommu_switch_address_space_all() 166 g_hash_table_iter_init(&iter, s->as_by_busptr); in iommu_find_iommu_pcibus() 408 IOMMUPciBus *sbus = g_hash_table_lookup(s->as_by_busptr, bus); in virtio_iommu_find_add_as() 416 g_hash_table_insert(s->as_by_busptr, bus, sbus); in virtio_iommu_find_add_as() 540 IOMMUPciBus *sbus = g_hash_table_lookup(s->as_by_busptr, bus); in virtio_iommu_set_host_iova_ranges() 572 IOMMUPciBus *sbus = g_hash_table_lookup(s->as_by_busptr, bus); in virtio_iommu_unset_host_iova_ranges() 1467 s->as_by_busptr = g_hash_table_new_full(NULL, NULL, NULL, g_free); in virtio_iommu_device_realize() 1492 g_hash_table_destroy(s->as_by_busptr); in virtio_iommu_device_unrealize()
|