Home
last modified time | relevance | path

Searched refs:notifier_flags (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/i386/
H A Dintel_iommu.h111 IOMMUNotifierFlag notifier_flags; member
/openbmc/qemu/include/exec/
H A Dmemory.h182 IOMMUNotifierFlag notifier_flags; member
255 n->notifier_flags = flags; in iommu_notifier_init()
/openbmc/qemu/system/
H A Dmemory.c2050 flags |= iommu_notifier->notifier_flags; in memory_region_update_iommu_notify_flags()
2077 assert(n->notifier_flags != IOMMU_NOTIFIER_NONE); in memory_region_register_iommu_notifier()
2162 if (notifier->notifier_flags & IOMMU_NOTIFIER_DEVIOTLB_UNMAP) { in memory_region_notify_iommu_one()
2170 if (event->type & notifier->notifier_flags) { in memory_region_notify_iommu_one()
/openbmc/qemu/hw/i386/
H A Dintel_iommu.c212 return as->notifier_flags & IOMMU_NOTIFIER_MAP; in vtd_as_has_map_notifier()
3332 vtd_as->notifier_flags = new; in vtd_iommu_notify_flag_changed()
4079 if (n->notifier_flags & IOMMU_NOTIFIER_MAP) { in vtd_iommu_replay()
/openbmc/qemu/hw/virtio/
H A Dvhost.c950 iommu->n.notifier_flags = vdev->device_iotlb_enabled ? in vhost_toggle_device_iotlb()