Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dmemory.h166 IOMMU_NOTIFIER_MAP = 0x2, enumerator
171 #define IOMMU_NOTIFIER_IOTLB_EVENTS (IOMMU_NOTIFIER_MAP | IOMMU_NOTIFIER_UNMAP)
/openbmc/qemu/hw/i386/
H A Dintel_iommu.c212 return as->notifier_flags & IOMMU_NOTIFIER_MAP; in vtd_as_has_map_notifier()
1241 if (event->type == IOMMU_NOTIFIER_MAP) { in vtd_page_walk_one()
1281 event->type = IOMMU_NOTIFIER_MAP; in vtd_page_walk_one()
1379 event.type = event.entry.perm ? IOMMU_NOTIFIER_MAP : in vtd_page_walk_level()
3316 if (!s->caching_mode && (new & IOMMU_NOTIFIER_MAP)) { in vtd_iommu_notify_flag_changed()
4079 if (n->notifier_flags & IOMMU_NOTIFIER_MAP) { in vtd_iommu_replay()
H A Damd_iommu.c1528 if (new & IOMMU_NOTIFIER_MAP) { in amdvi_iommu_notify_flag_changed()
/openbmc/qemu/hw/misc/
H A Dtz-mpc.c113 event.type = IOMMU_NOTIFIER_MAP; in tz_mpc_iommu_notify()
/openbmc/qemu/hw/s390x/
H A Ds390-pci-inst.c618 .type = entry->perm ? IOMMU_NOTIFIER_MAP : IOMMU_NOTIFIER_UNMAP, in s390_pci_update_iotlb()
646 event.type = IOMMU_NOTIFIER_MAP; in s390_pci_update_iotlb()
/openbmc/qemu/hw/ppc/
H A Dspapr_iommu.c470 event.type = event.entry.perm ? IOMMU_NOTIFIER_MAP : IOMMU_NOTIFIER_UNMAP; in put_tce_emu()
/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu.c244 if (!(mr->iommu_notify_flags & IOMMU_NOTIFIER_MAP) || in virtio_iommu_notify_map()
252 event.type = IOMMU_NOTIFIER_MAP; in virtio_iommu_notify_map()
/openbmc/qemu/hw/vfio/
H A Dcommon.c1330 iommu_notifier_init(&gdn.n, vfio_iommu_map_dirty_notify, IOMMU_NOTIFIER_MAP, in vfio_sync_iommu_dirty_bitmap()
/openbmc/qemu/hw/arm/
H A Dsmmuv3.c2024 if (new & IOMMU_NOTIFIER_MAP) { in smmuv3_notify_flag_changed()
/openbmc/qemu/hw/riscv/
H A Driscv-iommu.c1495 return riscv_iommu_ats(s, cmd, IOMMU_NOTIFIER_MAP, perm, in riscv_iommu_ats_prgr()