Home
last modified time | relevance | path

Searched refs:VIRTIO_IOMMU_MAP_F_MMIO (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_iommu.h93 #define VIRTIO_IOMMU_MAP_F_MMIO (1 << 2) macro
97 VIRTIO_IOMMU_MAP_F_MMIO)
/openbmc/linux/include/uapi/linux/
H A Dvirtio_iommu.h93 #define VIRTIO_IOMMU_MAP_F_MMIO (1 << 2) macro
97 VIRTIO_IOMMU_MAP_F_MMIO)
/openbmc/linux/drivers/iommu/
H A Dvirtio-iommu.c827 (prot & IOMMU_MMIO ? VIRTIO_IOMMU_MAP_F_MMIO : 0); in viommu_map_pages()
1167 viommu->map_flags |= VIRTIO_IOMMU_MAP_F_MMIO; in viommu_probe()
/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu.c245 (flags & VIRTIO_IOMMU_MAP_F_MMIO) || !perm) { in virtio_iommu_notify_map()