Home
last modified time | relevance | path

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

/qemu/hw/s390x/
H A Ds390-pci-bus.c605 S390PCIIOMMUTable *table = g_hash_table_lookup(s->iommu_table, &key); in s390_pci_get_iommu()
611 g_hash_table_insert(s->iommu_table, &table->key, table); in s390_pci_get_iommu()
738 S390PCIIOMMUTable *table = g_hash_table_lookup(s->iommu_table, &key); in s390_pci_iommu_free()
847 s->iommu_table = g_hash_table_new_full(g_int64_hash, g_int64_equal, in s390_pcihost_realize()
/qemu/include/hw/s390x/
H A Ds390-pci-bus.h377 GHashTable *iommu_table; member