Searched refs:VGIC_NR_SGIS (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/kvm/
H A Darm_vgic.h26 #define VGIC_NR_SGIS 16 macro
28 #define VGIC_NR_PRIVATE_IRQS (VGIC_NR_SGIS + VGIC_NR_PPIS)
35 #define irq_is_ppi(irq) ((irq) >= VGIC_NR_SGIS && (irq) < VGIC_NR_PRIVATE_IRQS)
H A Darm_pmu.h47 #define kvm_arm_pmu_irq_initialized(v) ((v)->arch.pmu.irq_num >= VGIC_NR_SGIS)
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-v4.c125 for (i = 0; i < VGIC_NR_SGIS; i++) {
162 for (i = 0; i < VGIC_NR_SGIS; i++) {
H A Dvgic-debug.c183 if (irq->intid < VGIC_NR_SGIS)
H A Dvgic.h21 #define vgic_irq_is_sgi(intid) ((intid) < VGIC_NR_SGIS)
H A Dvgic-mmio.c775 if ((intid + i) < VGIC_NR_SGIS || (intid + i) >= nr_irqs)
799 if ((intid + i) < VGIC_NR_SGIS || (intid + i) >= nr_irqs)
/linux-master/arch/arm64/kvm/
H A Darm.c1243 if (irq_num < VGIC_NR_SGIS || irq_num >= VGIC_NR_PRIVATE_IRQS)

Completed in 147 milliseconds