Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dtz-mpc.c28 IOMMU_IDX_S, enumerator
110 memory_region_notify_iommu(&s->upstream, IOMMU_IDX_S, event); in tz_mpc_iommu_notify()
120 memory_region_notify_iommu(&s->upstream, IOMMU_IDX_S, event); in tz_mpc_iommu_notify()
448 iommu_idx == IOMMU_IDX_S ? "S" : "NS", in tz_mpc_translate()
464 return (attrs.unspecified || attrs.secure) ? IOMMU_IDX_S : IOMMU_IDX_NS; in tz_mpc_attrs_to_index()