Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i386/
H A Dintel_iommu.h295 GHashTable *vtd_host_iommu_dev; /* HostIOMMUDevice */ member
/openbmc/qemu/hw/i386/
H A Dintel_iommu.c3889 if (g_hash_table_lookup(s->vtd_host_iommu_dev, &key)) { in vtd_dev_set_iommu_device()
3905 g_hash_table_insert(s->vtd_host_iommu_dev, new_key, hiod); in vtd_dev_set_iommu_device()
3922 if (!g_hash_table_lookup(s->vtd_host_iommu_dev, &key)) { in vtd_dev_unset_iommu_device()
3927 g_hash_table_remove(s->vtd_host_iommu_dev, &key); in vtd_dev_unset_iommu_device()
4357 s->vtd_host_iommu_dev = g_hash_table_new_full(vtd_hiod_hash, vtd_hiod_equal, in vtd_realize()