Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dphysmem.c592 typedef struct TCGIOMMUNotifier {
598 } TCGIOMMUNotifier; in tcg_iommu_unmap_notify()
602 TCGIOMMUNotifier *notifier = container_of(n, TCGIOMMUNotifier, n); in tcg_iommu_unmap_notify()
625 TCGIOMMUNotifier *notifier = NULL; in tcg_register_iommu_notifier()
629 notifier = g_array_index(cpu->iommu_notifiers, TCGIOMMUNotifier *, i); in tcg_register_iommu_notifier()
637 notifier = g_new0(TCGIOMMUNotifier, 1); in tcg_register_iommu_notifier()
638 g_array_index(cpu->iommu_notifiers, TCGIOMMUNotifier *, i) = notifier; in tcg_register_iommu_notifier()
668 TCGIOMMUNotifier *notifier; in tcg_iommu_free_notifier_list()
671 notifier = g_array_index(cpu->iommu_notifiers, TCGIOMMUNotifier *, in tcg_iommu_free_notifier_list()
590 typedef struct TCGIOMMUNotifier { global() struct
596 } TCGIOMMUNotifier; global() typedef
[all...]