Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dphysmem.c580 typedef struct TCGIOMMUNotifier { struct
586 } TCGIOMMUNotifier; argument
590 TCGIOMMUNotifier *notifier = container_of(n, TCGIOMMUNotifier, n); in tcg_iommu_unmap_notify()
613 TCGIOMMUNotifier *notifier = NULL; in tcg_register_iommu_notifier()
617 notifier = g_array_index(cpu->iommu_notifiers, TCGIOMMUNotifier *, i); in tcg_register_iommu_notifier()
625 notifier = g_new0(TCGIOMMUNotifier, 1); in tcg_register_iommu_notifier()
626 g_array_index(cpu->iommu_notifiers, TCGIOMMUNotifier *, i) = notifier; in tcg_register_iommu_notifier()
656 TCGIOMMUNotifier *notifier; in tcg_iommu_free_notifier_list()
659 notifier = g_array_index(cpu->iommu_notifiers, TCGIOMMUNotifier *, i); in tcg_iommu_free_notifier_list()
668 cpu->iommu_notifiers = g_array_new(false, true, sizeof(TCGIOMMUNotifier *)); in tcg_iommu_init_notifier_list()