Home
last modified time | relevance | path

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

/qemu/include/hw/arm/
H A Dsmmuv3.h49 uint32_t irq_ctrl; member
/qemu/hw/arm/
H A Dsmmuv3-internal.h212 return FIELD_EX32(s->irq_ctrl, IRQ_CTRL, EVENTQ_IRQEN); in smmuv3_eventq_irq_enabled()
217 return FIELD_EX32(s->irq_ctrl, IRQ_CTRL, GERROR_IRQEN); in smmuv3_gerror_irq_enabled()
H A Dsmmuv3.c315 s->irq_ctrl = 0; in smmuv3_init_regs()
1563 s->irq_ctrl = data; in smmu_writel()
1748 *data = s->irq_ctrl; in smmu_readl()
1948 VMSTATE_UINT32(irq_ctrl, SMMUv3State),