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.c703 imrc->notify_flag_changed = spapr_tce_notify_flag_changed; in spapr_iommu_memory_region_class_init()
/openbmc/qemu/include/exec/
H A Dmemory.h432 int (*notify_flag_changed)(IOMMUMemoryRegion *iommu, member
/openbmc/qemu/hw/i386/
H A Damd_iommu.c1742 imrc->notify_flag_changed = amdvi_iommu_notify_flag_changed; in amdvi_iommu_memory_region_class_init()
H A Dintel_iommu.c4442 imrc->notify_flag_changed = vtd_iommu_notify_flag_changed; in vtd_iommu_memory_region_class_init()
/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu.c1694 imrc->notify_flag_changed = virtio_iommu_notify_flag_changed; in virtio_iommu_memory_region_class_init()
/openbmc/qemu/system/
H A Dmemory.c2053 if (flags != iommu_mr->iommu_notify_flags && imrc->notify_flag_changed) { in memory_region_update_iommu_notify_flags()
2054 ret = imrc->notify_flag_changed(iommu_mr, in memory_region_update_iommu_notify_flags()
/openbmc/qemu/hw/arm/
H A Dsmmuv3.c2048 imrc->notify_flag_changed = smmuv3_notify_flag_changed; in smmuv3_iommu_memory_region_class_init()
/openbmc/qemu/hw/riscv/
H A Driscv-iommu.c2399 imrc->notify_flag_changed = riscv_iommu_memory_region_notify; in riscv_iommu_memory_region_init()