Searched defs:gic (Results 1 – 25 of 27) sorted by relevance
12
/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() local 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() local 198 MIPSGICState *gic = opaque; in gic_timer_expire_cb() local 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() 263 MIPSGICState *gic = (MIPSGICState *) opaque; in gic_write() local 357 MIPSGICState *gic = (MIPSGICState *) opaque; in gic_reset() local
|
/qemu/hw/arm/ |
H A D | xlnx-zynqmp.c | 256 static void xlnx_zynqmp_create_bbram(XlnxZynqMPState *s, qemu_irq *gic) in xlnx_zynqmp_create_bbram() 272 static void xlnx_zynqmp_create_efuse(XlnxZynqMPState *s, qemu_irq *gic) in xlnx_zynqmp_create_efuse() 297 static void xlnx_zynqmp_create_apu_ctrl(XlnxZynqMPState *s, qemu_irq *gic) in xlnx_zynqmp_create_apu_ctrl() 318 static void xlnx_zynqmp_create_crf(XlnxZynqMPState *s, qemu_irq *gic) in xlnx_zynqmp_create_crf() 330 static void xlnx_zynqmp_create_ttc(XlnxZynqMPState *s, qemu_irq *gic) in xlnx_zynqmp_create_ttc() 548 SysBusDevice *gic = SYS_BUS_DEVICE(&s->gic); in xlnx_zynqmp_realize() local
|
H A D | fsl-imx6ul.c | 163 DeviceState *gic; in fsl_imx6ul_realize() local
|
H A D | fsl-imx7.c | 170 DeviceState *gic; in fsl_imx7_realize() local
|
H A D | fsl-imx6.c | 121 DeviceState *gic; in fsl_imx6_realize() local
|
H A D | mps3r.c | 105 GICv3State gic; member
|
H A D | xlnx-versal-virt.c | 39 uint32_t gic; member
|
H A D | sbsa-ref.c | 106 DeviceState *gic; member
|
/qemu/hw/cpu/ |
H A D | realview_mpcore.c | 33 RealViewGICState gic[4]; member 65 DeviceState *gic; in realview_mpcore_realize() local
|
/qemu/include/hw/intc/ |
H A D | realview_gic.h | 25 GICState gic; member
|
H A D | exynos4210_gic.h | 40 DeviceState *gic; member
|
H A D | arm_gicv3_common.h | 127 GICv3State *gic; member 216 GICv3State *gic; member
|
/qemu/include/hw/arm/ |
H A D | bcm2838.h | 28 GICState gic; member
|
H A D | allwinner-h3.h | 146 GICState gic; member
|
H A D | npcm8xx.h | 82 GICState gic; member
|
H A D | allwinner-r40.h | 129 GICState gic; member
|
H A D | xlnx-zynqmp.h | 105 GICState gic; member
|
H A D | virt.h | 170 DeviceState *gic; member
|
H A D | fsl-imx8mp.h | 56 GICv3State gic; member
|
/qemu/include/hw/cpu/ |
H A D | a15mpcore.h | 41 GICState gic; member
|
H A D | arm11mpcore.h | 30 GICState gic; member
|
H A D | a9mpcore.h | 33 GICState gic; member
|
/qemu/include/hw/mips/ |
H A D | cps.h | 45 MIPSGICState gic; member
|
/qemu/hw/timer/ |
H A D | mips_gictimer.c | 15 uint32_t mips_gictimer_get_freq(MIPSGICTimerState *gic) in mips_gictimer_get_freq()
|
/qemu/hw/vmapple/ |
H A D | vmapple.c | 62 DeviceState *gic; member
|
12