Home
last modified time | relevance | path

Searched refs:notify_flag_changed (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dspapr_iommu.c704 imrc->notify_flag_changed = spapr_tce_notify_flag_changed; in spapr_iommu_memory_region_class_init()
/openbmc/qemu/include/system/
H A Dmemory.h443 * @notify_flag_changed:
461 int (*notify_flag_changed)(IOMMUMemoryRegion *iommu, member
/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu.c1700 imrc->notify_flag_changed = virtio_iommu_notify_flag_changed; in virtio_iommu_memory_region_class_init()
/openbmc/qemu/hw/i386/
H A Damd_iommu.c2660 imrc->notify_flag_changed = amdvi_iommu_notify_flag_changed;
H A Dintel_iommu.c5496 imrc->notify_flag_changed = vtd_iommu_notify_flag_changed;
/openbmc/qemu/system/
H A Dmemory.c2068 if (flags != iommu_mr->iommu_notify_flags && imrc->notify_flag_changed) { in memory_region_register_iommu_notifier()
2069 ret = imrc->notify_flag_changed(iommu_mr, in memory_region_register_iommu_notifier()
/openbmc/qemu/hw/arm/
H A Dsmmuv3.c2041 imrc->notify_flag_changed = smmuv3_notify_flag_changed;
/openbmc/qemu/hw/riscv/
H A Driscv-iommu.c2803 imrc->notify_flag_changed = riscv_iommu_memory_region_notify; in riscv_iommu_memory_region_init()