Home
last modified time | relevance | path

Searched refs:IOMMU_RW (Results 1 – 19 of 19) sorted by relevance

/openbmc/qemu/hw/sparc64/
H A Dsun4u_iommu.c96 ret.perm = IOMMU_RW; in sun4u_translate_iommu()
169 ret.perm = IOMMU_RW; in sun4u_translate_iommu()
/openbmc/qemu/hw/misc/
H A Dtz-mpc.c114 event.entry.perm = IOMMU_RW; in tz_mpc_iommu_notify()
436 .perm = IOMMU_RW, in tz_mpc_translate()
/openbmc/qemu/hw/riscv/
H A Driscv-iommu.c305 iotlb->perm = IOMMU_RW; in riscv_iommu_spa_fetch()
451 iotlb->perm = (pte & PTE_W) ? ((pte & PTE_R) ? IOMMU_RW : IOMMU_WO) in riscv_iommu_spa_fetch()
1404 if (iotlb->perm & IOMMU_RW) { in riscv_iommu_translate()
1494 IOMMUAccessFlags perm = resp_code ? IOMMU_NONE : IOMMU_RW; in riscv_iommu_ats_prgr()
1805 .perm = ctrl & RISCV_IOMMU_TR_REQ_CTL_NW ? IOMMU_RO : IOMMU_RW, in riscv_iommu_process_dbg()
2308 IOMMU_FLAG_STR[flag & IOMMU_RW], iotlb.iova, in riscv_iommu_memory_region_translate()
/openbmc/qemu/hw/sparc/
H A Dsun4m_iommu.c318 ret.perm = IOMMU_RW; in sun4m_translate_iommu()
/openbmc/qemu/hw/virtio/
H A Dvhost-backend.c375 case IOMMU_RW: in vhost_backend_update_device_iotlb()
H A Dvhost-vdpa.c228 if ((iotlb->perm & IOMMU_RW) != IOMMU_NONE) { in vhost_vdpa_iommu_map_notify()
1211 .perm = IOMMU_RW, in vhost_vdpa_svq_map_rings()
/openbmc/qemu/hw/dma/
H A Drc4030.c520 ret.perm = IOMMU_RW; in rc4030_dma_translate()
/openbmc/qemu/hw/s390x/
H A Ds390-pci-bus.c487 entry->perm &= IOMMU_RW; in table_translate()
520 entry->perm = IOMMU_RW; in s390_guest_io_table_walk()
/openbmc/qemu/hw/alpha/
H A Dtyphoon.c615 .perm = IOMMU_RW, in make_iommu_tlbe()
/openbmc/qemu/hw/pci-host/
H A Dastro.c340 .perm = IOMMU_RW, in astro_translate_iommu()
H A Dpnv_phb3.c772 tlb->perm = IOMMU_RW; in pnv_phb3_translate_tve()
H A Dpnv_phb4.c1251 tlb->perm = IOMMU_RW; in pnv_phb4_translate_tve()
/openbmc/qemu/hw/ppc/
H A Dspapr_iommu.c76 return IOMMU_RW; in spapr_tce_iommu_access_flags()
/openbmc/qemu/hw/i386/
H A Damd_iommu.c1024 ret->perm = IOMMU_RW; in amdvi_do_translate()
1052 ret.perm = IOMMU_RW; in amdvi_translate()
H A Dintel_iommu.c1979 entry->perm = IOMMU_RW; in vtd_do_iommu_translate()
3279 iotlb.perm = IOMMU_RW; in vtd_iommu_translate()
/openbmc/qemu/include/exec/
H A Dmemory.h118 IOMMU_RW = 3, enumerator
/openbmc/qemu/hw/vfio/
H A Dcommon.c309 if ((iotlb->perm & IOMMU_RW) != IOMMU_NONE) { in vfio_iommu_map_notify()
/openbmc/qemu/net/
H A Dvhost-vdpa.c522 map.perm = write ? IOMMU_RW : IOMMU_RO, in vhost_vdpa_cvq_map_buf()
/openbmc/qemu/system/
H A Dphysmem.c553 .perm = IOMMU_RW, in address_space_get_iotlb_entry()