Home
last modified time | relevance | path

Searched refs:GIC_NR_SGIS (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/include/hw/intc/
H A Darm_gic_common.h31 #define GIC_NR_SGIS 16 macro
95 uint8_t sgi_pending[GIC_NR_SGIS][GIC_NCPU];
/openbmc/qemu/hw/intc/
H A Darm_gic_common.c115 VMSTATE_UINT8_2DARRAY(sgi_pending, GICState, GIC_NR_SGIS, GIC_NCPU),
259 for (j = 0; j < GIC_NR_SGIS; j++) { in arm_gic_common_reset_irq_state()
295 for (i = 0; i < GIC_NR_SGIS; i++) { in arm_gic_common_reset_hold()
H A Darm_gic_kvm.c356 kvm_dist_put(s, 0xf10, 8, GIC_NR_SGIS, translate_clear); in kvm_arm_gic_put()
357 kvm_dist_put(s, 0xf20, 8, GIC_NR_SGIS, translate_sgisource); in kvm_arm_gic_put()
444 kvm_dist_get(s, 0xf10, 8, GIC_NR_SGIS, translate_sgisource); in kvm_arm_gic_get()
H A Darm_gic.c406 assert(irq >= GIC_NR_SGIS); in gic_set_irq()
630 if (irq < GIC_NR_SGIS) { in gic_acknowledge_irq()
1245 if (irq < GIC_NR_SGIS) { in gic_dist_writeb()
1280 if (irq < GIC_NR_SGIS) { in gic_dist_writeb()
1305 if (irq < GIC_NR_SGIS) { in gic_dist_writeb()
1324 if (irq < GIC_NR_SGIS) { in gic_dist_writeb()
1416 if (irq < GIC_NR_SGIS) in gic_dist_writeb()
H A Darm_gicv3.c348 assert(irq >= GIC_NR_SGIS); in gicv3_set_irq()
H A Dgic_internal.h294 if (phys_irq < GIC_NR_SGIS || phys_irq >= GIC_MAXIRQ) { in gic_clear_active()
/openbmc/qemu/hw/arm/
H A Dallwinner-r40.c339 int ppibase = AW_R40_GIC_NUM_SPI + i * GIC_INTERNAL + GIC_NR_SGIS; in allwinner_r40_realize()
H A Dallwinner-h3.c286 int ppibase = AW_H3_GIC_NUM_SPI + i * GIC_INTERNAL + GIC_NR_SGIS; in allwinner_h3_realize()
H A Dxlnx-versal.c102 int ppibase = XLNX_VERSAL_NR_IRQS + i * GIC_INTERNAL + GIC_NR_SGIS; in versal_create_apu_gic()