Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dspapr_iommu.c219 if (old == IOMMU_NOTIFIER_NONE && new != IOMMU_NOTIFIER_NONE) { in spapr_tce_notify_flag_changed()
221 } else if (old != IOMMU_NOTIFIER_NONE && new == IOMMU_NOTIFIER_NONE) { in spapr_tce_notify_flag_changed()
/qemu/hw/virtio/
H A Dvirtio-iommu.c1110 if (old == IOMMU_NOTIFIER_NONE) { in virtio_iommu_notify_flag_changed()
1112 } else if (new == IOMMU_NOTIFIER_NONE) { in virtio_iommu_notify_flag_changed()
/qemu/hw/arm/
H A Dsmmuv3.c1888 if (old == IOMMU_NOTIFIER_NONE) { in smmuv3_notify_flag_changed()
1891 } else if (new == IOMMU_NOTIFIER_NONE) { in smmuv3_notify_flag_changed()
/qemu/include/exec/
H A Dmemory.h162 IOMMU_NOTIFIER_NONE = 0, enumerator
/qemu/system/
H A Dmemory.c1767 iommu_mr->iommu_notify_flags = IOMMU_NOTIFIER_NONE; in memory_region_init_iommu()
1883 IOMMUNotifierFlag flags = IOMMU_NOTIFIER_NONE; in memory_region_update_iommu_notify_flags()
1942 assert(n->notifier_flags != IOMMU_NOTIFIER_NONE); in memory_region_register_iommu_notifier()
/qemu/hw/i386/
H A Dintel_iommu.c3253 if (old == IOMMU_NOTIFIER_NONE) { in vtd_iommu_notify_flag_changed()
3255 } else if (new == IOMMU_NOTIFIER_NONE) { in vtd_iommu_notify_flag_changed()