Home
last modified time | relevance | path

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

/qemu/hw/i386/
H A Dx86-iommu.c35 notifier->iec_notify = fn; in x86_iommu_iec_register_notifier()
49 if (notifier->iec_notify) { in x86_iommu_iec_notify_all()
50 notifier->iec_notify(notifier->private, global, in x86_iommu_iec_notify_all()
/qemu/include/hw/i386/
H A Dx86-iommu.h56 iec_notify_fn iec_notify; member