Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu.c1375 if (old == IOMMU_NOTIFIER_NONE) { in virtio_iommu_notify_flag_changed()
1377 } else if (new == IOMMU_NOTIFIER_NONE) { in virtio_iommu_notify_flag_changed()
/openbmc/qemu/hw/arm/
H A Dsmmuv3.c2032 if (old == IOMMU_NOTIFIER_NONE) { in smmuv3_notify_flag_changed()
2035 } else if (new == IOMMU_NOTIFIER_NONE) { in smmuv3_notify_flag_changed()
/openbmc/qemu/hw/riscv/
H A Driscv-iommu.c2322 if (old == IOMMU_NOTIFIER_NONE) { in riscv_iommu_memory_region_notify()
2325 } else if (new == IOMMU_NOTIFIER_NONE) { in riscv_iommu_memory_region_notify()
/openbmc/qemu/include/exec/
H A Dmemory.h162 IOMMU_NOTIFIER_NONE = 0, enumerator
/openbmc/qemu/system/
H A Dmemory.c1928 iommu_mr->iommu_notify_flags = IOMMU_NOTIFIER_NONE; in memory_region_init_iommu()
2044 IOMMUNotifierFlag flags = IOMMU_NOTIFIER_NONE; in memory_region_update_iommu_notify_flags()
2077 assert(n->notifier_flags != IOMMU_NOTIFIER_NONE); in memory_region_register_iommu_notifier()
/openbmc/qemu/hw/i386/
H A Dintel_iommu.c3334 if (old == IOMMU_NOTIFIER_NONE) { in vtd_iommu_notify_flag_changed()
3336 } else if (new == IOMMU_NOTIFIER_NONE) { in vtd_iommu_notify_flag_changed()