Searched refs:TCGIOMMUNotifier (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/system/ |
H A D | physmem.c | 582 typedef struct TCGIOMMUNotifier { struct 588 } TCGIOMMUNotifier; argument 592 TCGIOMMUNotifier *notifier = container_of(n, TCGIOMMUNotifier, n); in tcg_iommu_unmap_notify() 615 TCGIOMMUNotifier *notifier = NULL; in tcg_register_iommu_notifier() 619 notifier = g_array_index(cpu->iommu_notifiers, TCGIOMMUNotifier *, i); in tcg_register_iommu_notifier() 627 notifier = g_new0(TCGIOMMUNotifier, 1); in tcg_register_iommu_notifier() 628 g_array_index(cpu->iommu_notifiers, TCGIOMMUNotifier *, i) = notifier; in tcg_register_iommu_notifier() 658 TCGIOMMUNotifier *notifier; in tcg_iommu_free_notifier_list() 661 notifier = g_array_index(cpu->iommu_notifiers, TCGIOMMUNotifier *, i); in tcg_iommu_free_notifier_list() 670 cpu->iommu_notifiers = g_array_new(false, true, sizeof(TCGIOMMUNotifier *)); in tcg_iommu_init_notifier_list()
|