Searched refs:MIPSGICState (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | mips_gic.c | 25 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() 89 static uint64_t gic_read_vp(MIPSGICState *gic, uint32_t vp_index, hwaddr addr, in gic_read_vp() 120 MIPSGICState *gic = (MIPSGICState *) opaque; in gic_read() 198 MIPSGICState *gic = opaque; in gic_timer_expire_cb() 212 static void gic_timer_store_vp_compare(MIPSGICState *gic, uint32_t vp_index, in gic_timer_store_vp_compare() 224 static void gic_write_vp(MIPSGICState *gic, uint32_t vp_index, hwaddr addr, in gic_write_vp() 264 MIPSGICState *gic = (MIPSGICState *) opaque; in gic_write() 358 MIPSGICState *gic = (MIPSGICState *) opaque; in gic_reset() [all …]
|
/openbmc/qemu/include/hw/intc/ |
H A D | mips_gic.h | 174 OBJECT_DECLARE_SIMPLE_TYPE(MIPSGICState, MIPS_GIC) 200 struct MIPSGICState { struct
|
/openbmc/qemu/include/hw/mips/ |
H A D | cps.h | 45 MIPSGICState gic;
|