Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/sparc/
H A Dsun4u_iommu.h33 #define IOMMU_NREGS 3 macro
42 uint64_t regs[IOMMU_NREGS];
H A Dsun4m_iommu.h31 #define IOMMU_NREGS (4 * 4096 / 4) macro
40 uint32_t regs[IOMMU_NREGS];
/openbmc/qemu/hw/sparc/
H A Dsun4m_iommu.c335 VMSTATE_UINT32_ARRAY(regs, IOMMUState, IOMMU_NREGS),
345 memset(s->regs, 0, IOMMU_NREGS * 4); in iommu_reset()
367 IOMMU_NREGS * sizeof(uint32_t)); in iommu_init()
/openbmc/qemu/hw/sparc64/
H A Dsun4u_iommu.c290 memset(s->regs, 0, IOMMU_NREGS * sizeof(uint64_t)); in iommu_reset()
304 IOMMU_NREGS * sizeof(uint64_t)); in iommu_init()