Home
last modified time | relevance | path

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

/qemu/include/hw/intc/
H A Dmips_gic.h180 typedef struct MIPSGICIRQState MIPSGICIRQState; typedef
183 struct MIPSGICIRQState { struct
206 MIPSGICIRQState *irq_state; argument
/qemu/hw/intc/
H A Dmips_gic.c422 s->irq_state = g_new(MIPSGICIRQState, s->num_irq); in mips_gic_realize()