Searched refs:GIC_NR_SGIS (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/include/hw/intc/ |
H A D | arm_gic_common.h | 31 #define GIC_NR_SGIS 16 macro 97 uint8_t sgi_pending[GIC_NR_SGIS][GIC_NCPU];
|
/openbmc/qemu/hw/intc/ |
H A D | arm_gic_common.c | 115 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 D | arm_gic_kvm.c | 356 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 D | arm_gic.c | 406 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() 1285 if (irq < GIC_NR_SGIS) { in gic_dist_writeb() 1310 if (irq < GIC_NR_SGIS) { in gic_dist_writeb() 1332 if (irq < GIC_NR_SGIS) { in gic_dist_writeb() 1431 if (irq < GIC_NR_SGIS) in gic_dist_writeb()
|
H A D | gic_internal.h | 296 if (phys_irq < GIC_NR_SGIS || phys_irq >= GIC_MAXIRQ) { in gic_clear_active()
|
H A D | arm_gicv3.c | 397 assert(irq >= GIC_NR_SGIS); in gicv3_set_irq()
|
/openbmc/qemu/hw/arm/ |
H A D | bcm2838.c | 28 #define PPI(cpu, irq) (GIC_NUM_IRQS + (cpu) * GIC_INTERNAL + GIC_NR_SGIS + irq)
|
H A D | allwinner-h3.c | 287 int ppibase = AW_H3_GIC_NUM_SPI + i * GIC_INTERNAL + GIC_NR_SGIS; in allwinner_h3_realize()
|
H A D | allwinner-r40.c | 361 int ppibase = AW_R40_GIC_NUM_SPI + i * GIC_INTERNAL + GIC_NR_SGIS; in allwinner_r40_realize()
|
H A D | xlnx-versal.c | 104 int ppibase = XLNX_VERSAL_NR_IRQS + i * GIC_INTERNAL + GIC_NR_SGIS; in versal_create_apu_gic()
|