Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dvirtio-iommu.h60 GHashTable *host_iommu_devices; member
/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu.c499 return g_hash_table_lookup(viommu->host_iommu_devices, &key); in get_host_iommu_device()
677 g_hash_table_insert(viommu->host_iommu_devices, new_key, hiod); in virtio_iommu_set_iommu_device()
696 hiod = g_hash_table_lookup(viommu->host_iommu_devices, &key); in virtio_iommu_unset_iommu_device()
703 g_hash_table_remove(viommu->host_iommu_devices, &key); in virtio_iommu_unset_iommu_device()
1469 s->host_iommu_devices = g_hash_table_new_full(hiod_hash, hiod_equal, in virtio_iommu_device_realize()