Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dmips_gic.c25 static void mips_gic_set_vp_irq(MIPSGICState *gic, int vp, int pin) in mips_gic_set_vp_irq()
58 static void gic_update_pin_for_irq(MIPSGICState *gic, int n_IRQ) in gic_update_pin_for_irq()
71 MIPSGICState *gic = (MIPSGICState *) opaque; in gic_set_irq()
120 MIPSGICState *gic = (MIPSGICState *) opaque; in gic_read()
198 MIPSGICState *gic = opaque; in gic_timer_expire_cb()
264 MIPSGICState *gic = (MIPSGICState *) opaque; in gic_write()
358 MIPSGICState *gic = (MIPSGICState *) opaque; in gic_reset()
398 MIPSGICState *s = MIPS_GIC(obj); in mips_gic_init()
408 MIPSGICState *s = MIPS_GIC(dev); in mips_gic_realize()
442 DEFINE_PROP_UINT32("num-vp", MIPSGICState, num_vps, 1),
[all …]
/openbmc/qemu/include/hw/intc/
H A Dmips_gic.h174 OBJECT_DECLARE_SIMPLE_TYPE(MIPSGICState, MIPS_GIC)
200 struct MIPSGICState { struct
/openbmc/qemu/include/hw/mips/
H A Dcps.h44 MIPSGICState gic;