Home
last modified time | relevance | path

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

/qemu/hw/sparc64/
H A Dsun4u_iommu.c171 ret.perm = IOMMU_RO; in sun4u_translate_iommu()
/qemu/hw/sparc/
H A Dsun4m_iommu.c320 ret.perm = IOMMU_RO; in sun4m_translate_iommu()
/qemu/hw/virtio/
H A Dvhost-backend.c369 case IOMMU_RO: in vhost_backend_update_device_iotlb()
H A Dvhost-vdpa.c1161 needle->perm == IOMMU_RO); in vhost_vdpa_svq_map_ring()
1197 .perm = IOMMU_RO, in vhost_vdpa_svq_map_rings()
H A Dvirtio-iommu.c973 read_fault = (flag & IOMMU_RO) && in virtio_iommu_translate()
/qemu/include/exec/
H A Dmemory.h116 IOMMU_RO = 1, enumerator
121 #define IOMMU_ACCESS_FLAG(r, w) (((r) ? IOMMU_RO : 0) | ((w) ? IOMMU_WO : 0))
/qemu/hw/s390x/
H A Ds390-pci-bus.c485 entry->perm &= IOMMU_RO; in table_translate()
523 entry->perm &= IOMMU_RO; in s390_guest_io_table_walk()
/qemu/hw/ppc/
H A Dspapr_iommu.c72 return IOMMU_RO; in spapr_tce_iommu_access_flags()
/qemu/net/
H A Dvhost-vdpa.c512 map.perm = write ? IOMMU_RW : IOMMU_RO, in vhost_vdpa_cvq_map_buf()
/qemu/system/
H A Dphysmem.c438 IOMMU_WO : IOMMU_RO, iommu_idx); in address_space_translate_iommu()
709 if (!(iotlb.perm & IOMMU_RO)) { in address_space_translate_for_iotlb()