Searched refs:gerror_irq_cfg0 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/arm/ |
H A D | smmuv3.h | 52 uint64_t gerror_irq_cfg0; member
|
/openbmc/qemu/hw/arm/ |
H A D | smmuv3.c | 1530 s->gerror_irq_cfg0 = data; in smmu_writell() 1588 s->gerror_irq_cfg0 = deposit64(s->gerror_irq_cfg0, 0, 32, data); in smmu_writel() 1591 s->gerror_irq_cfg0 = deposit64(s->gerror_irq_cfg0, 32, 32, data); in smmu_writel() 1706 *data = s->gerror_irq_cfg0; in smmu_readll() 1771 *data = extract64(s->gerror_irq_cfg0, 0, 32); in smmu_readl() 1774 *data = extract64(s->gerror_irq_cfg0, 32, 32); in smmu_readl() 1959 VMSTATE_UINT64(gerror_irq_cfg0, SMMUv3State),
|