Home
last modified time | relevance | path

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

/qemu/include/hw/i386/
H A Dx86-iommu.h55 struct IEC_Notifier { struct
58 QLIST_ENTRY(IEC_Notifier) list; argument
60 typedef struct IEC_Notifier IEC_Notifier; typedef
67 QLIST_HEAD(, IEC_Notifier) iec_notifiers; /* IEC notify list */
/qemu/hw/i386/
H A Dx86-iommu.c33 IEC_Notifier *notifier = g_new0(IEC_Notifier, 1); in x86_iommu_iec_register_notifier()
44 IEC_Notifier *notifier; in x86_iommu_iec_notify_all()