Searched refs:iommu_notify_flags (Results 1 – 3 of 3) sorted by relevance
244 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()
1928 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()
808 IOMMUNotifierFlag iommu_notify_flags; member