Home
last modified time | relevance | path

Searched refs:IOMMU_NOTIFIER_UNMAP (Results 1 – 10 of 10) sorted by relevance

/qemu/hw/s390x/
H A Ds390-pci-inst.c618 .type = entry->perm ? IOMMU_NOTIFIER_MAP : IOMMU_NOTIFIER_UNMAP, in s390_pci_update_iotlb()
628 if (event.type == IOMMU_NOTIFIER_UNMAP) { in s390_pci_update_iotlb()
643 event.type = IOMMU_NOTIFIER_UNMAP; in s390_pci_update_iotlb()
674 .type = IOMMU_NOTIFIER_UNMAP, in s390_pci_batch_unmap()
/qemu/include/exec/
H A Dmemory.h164 IOMMU_NOTIFIER_UNMAP = 0x1, enumerator
171 #define IOMMU_NOTIFIER_IOTLB_EVENTS (IOMMU_NOTIFIER_MAP | IOMMU_NOTIFIER_UNMAP)
/qemu/hw/misc/
H A Dtz-mpc.c108 event.type = IOMMU_NOTIFIER_UNMAP; in tz_mpc_iommu_notify()
/qemu/hw/i386/
H A Dintel_iommu.c1208 if (event->type == IOMMU_NOTIFIER_UNMAP && !info->notify_unmap) { in vtd_page_walk_one()
1242 event->type = IOMMU_NOTIFIER_UNMAP; in vtd_page_walk_one()
1355 IOMMU_NOTIFIER_UNMAP; in vtd_page_walk_level()
2223 .type = IOMMU_NOTIFIER_UNMAP, in vtd_iotlb_page_invalidate_notify()
3848 event.type = IOMMU_NOTIFIER_UNMAP; in vtd_address_space_unmap()
/qemu/hw/virtio/
H A Dvirtio-iommu.c260 if (!(mr->iommu_notify_flags & IOMMU_NOTIFIER_UNMAP)) { in virtio_iommu_notify_unmap()
266 event.type = IOMMU_NOTIFIER_UNMAP; in virtio_iommu_notify_unmap()
H A Dvhost.c834 IOMMU_NOTIFIER_UNMAP, in vhost_iommu_region_add()
886 IOMMU_NOTIFIER_DEVIOTLB_UNMAP : IOMMU_NOTIFIER_UNMAP; in vhost_toggle_device_iotlb()
/qemu/hw/ppc/
H A Dspapr_iommu.c470 event.type = event.entry.perm ? IOMMU_NOTIFIER_MAP : IOMMU_NOTIFIER_UNMAP; in put_tce_emu()
/qemu/system/
H A Dmemory.c2015 if (event->type == IOMMU_NOTIFIER_UNMAP) { in memory_region_notify_iommu_one()
2044 event.type = IOMMU_NOTIFIER_UNMAP; in memory_region_unmap_iommu_notifier_range()
H A Dphysmem.c641 IOMMU_NOTIFIER_UNMAP, in tcg_register_iommu_notifier()
/qemu/hw/arm/
H A Dsmmuv3.c1078 event.type = IOMMU_NOTIFIER_UNMAP; in smmuv3_notify_iova()