Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dmemory.h168 IOMMU_NOTIFIER_DEVIOTLB_UNMAP = 0x04, enumerator
172 #define IOMMU_NOTIFIER_DEVIOTLB_EVENTS IOMMU_NOTIFIER_DEVIOTLB_UNMAP
/openbmc/qemu/hw/ppc/
H A Dspapr_iommu.c214 if (new & IOMMU_NOTIFIER_DEVIOTLB_UNMAP) { in spapr_tce_notify_flag_changed()
/openbmc/qemu/hw/virtio/
H A Dvhost.c898 IOMMU_NOTIFIER_DEVIOTLB_UNMAP : in vhost_iommu_region_add()
951 IOMMU_NOTIFIER_DEVIOTLB_UNMAP : IOMMU_NOTIFIER_UNMAP; in vhost_toggle_device_iotlb()
H A Dvirtio-iommu.c1370 if (new & IOMMU_NOTIFIER_DEVIOTLB_UNMAP) { in virtio_iommu_notify_flag_changed()
/openbmc/qemu/hw/i386/
H A Dintel_iommu.c2736 event.type = IOMMU_NOTIFIER_DEVIOTLB_UNMAP; in do_invalidate_device_tlb()
3323 if (!x86_iommu->dt_supported && (new & IOMMU_NOTIFIER_DEVIOTLB_UNMAP)) { in vtd_iommu_notify_flag_changed()
/openbmc/qemu/hw/arm/
H A Dsmmuv3.c2019 if (new & IOMMU_NOTIFIER_DEVIOTLB_UNMAP) { in smmuv3_notify_flag_changed()
/openbmc/qemu/hw/riscv/
H A Driscv-iommu.c1483 return riscv_iommu_ats(s, cmd, IOMMU_NOTIFIER_DEVIOTLB_UNMAP, IOMMU_NONE, in riscv_iommu_ats_inval()
/openbmc/qemu/system/
H A Dmemory.c2162 if (notifier->notifier_flags & IOMMU_NOTIFIER_DEVIOTLB_UNMAP) { in memory_region_notify_iommu_one()