Home
last modified time | relevance | path

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

/qemu/hw/sparc/
H A Dtrace-events13 sun4m_iommu_page_get_flags(uint64_t pa, uint64_t iopte, uint32_t ret) "get flags addr 0x%"PRIx64" =…
14 …translate_pa(uint64_t addr, uint64_t pa, uint32_t iopte) "xlate dva 0x%"PRIx64" => pa 0x%"PRIx64"
H A Dsun4m_iommu.c251 hwaddr iopte; in iommu_page_get_flags() local
254 iopte = s->regs[IOMMU_BASE] << 4; in iommu_page_get_flags()
256 iopte += (addr >> (IOMMU_PAGE_SHIFT - 2)) & ~3; in iommu_page_get_flags()
257 ret = address_space_ldl_be(&address_space_memory, iopte, in iommu_page_get_flags()
259 trace_sun4m_iommu_page_get_flags(pa, iopte, ret); in iommu_page_get_flags()