Home
last modified time | relevance | path

Searched refs:iommu_notify_flags (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu.c244 if (!(mr->iommu_notify_flags & IOMMU_NOTIFIER_MAP) || in virtio_iommu_notify_map()
265 if (!(mr->iommu_notify_flags & IOMMU_NOTIFIER_UNMAP)) { in virtio_iommu_notify_unmap()
/openbmc/qemu/system/
H A Dmemory.c1928 iommu_mr->iommu_notify_flags = IOMMU_NOTIFIER_NONE; in memory_region_init_iommu()
2053 if (flags != iommu_mr->iommu_notify_flags && imrc->notify_flag_changed) { in memory_region_update_iommu_notify_flags()
2055 iommu_mr->iommu_notify_flags, in memory_region_update_iommu_notify_flags()
2060 iommu_mr->iommu_notify_flags = flags; in memory_region_update_iommu_notify_flags()
/openbmc/qemu/include/exec/
H A Dmemory.h808 IOMMUNotifierFlag iommu_notify_flags; member