Searched refs:vtd_host_iommu_dev (Results 1 – 2 of 2) sorted by relevance
295 GHashTable *vtd_host_iommu_dev; /* HostIOMMUDevice */ member
3935 if (g_hash_table_lookup(s->vtd_host_iommu_dev, &key)) { in vtd_dev_set_iommu_device()3951 g_hash_table_insert(s->vtd_host_iommu_dev, new_key, hiod); in vtd_dev_set_iommu_device()3968 if (!g_hash_table_lookup(s->vtd_host_iommu_dev, &key)) { in vtd_dev_unset_iommu_device()3973 g_hash_table_remove(s->vtd_host_iommu_dev, &key); in vtd_dev_unset_iommu_device()4403 s->vtd_host_iommu_dev = g_hash_table_new_full(vtd_hiod_hash, vtd_hiod_equal, in vtd_realize()