Home
last modified time | relevance | path

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

/openbmc/linux/include/kvm/
H A Darm_vgic.h25 #define VGIC_NR_SGIS 16 macro
27 #define VGIC_NR_PRIVATE_IRQS (VGIC_NR_SGIS + VGIC_NR_PPIS)
34 #define irq_is_ppi(irq) ((irq) >= VGIC_NR_SGIS && (irq) < VGIC_NR_PRIVATE_IRQS)
H A Darm_pmu.h48 #define kvm_arm_pmu_irq_initialized(v) ((v)->arch.pmu.irq_num >= VGIC_NR_SGIS)
/openbmc/linux/arch/arm64/kvm/vgic/
H A Dvgic-v4.c125 for (i = 0; i < VGIC_NR_SGIS; i++) { in vgic_v4_enable_vsgis()
162 for (i = 0; i < VGIC_NR_SGIS; i++) { in vgic_v4_disable_vsgis()
H A Dvgic-debug.c183 if (irq->intid < VGIC_NR_SGIS) in print_irq_state()
H A Dvgic.h21 #define vgic_irq_is_sgi(intid) ((intid) < VGIC_NR_SGIS)
H A Dvgic-mmio.c790 if ((intid + i) < VGIC_NR_SGIS || (intid + i) >= nr_irqs) in vgic_read_irq_line_level_info()
814 if ((intid + i) < VGIC_NR_SGIS || (intid + i) >= nr_irqs) in vgic_write_irq_line_level_info()
/openbmc/linux/arch/arm64/kvm/
H A Darm.c1176 if (irq_num < VGIC_NR_SGIS || irq_num >= VGIC_NR_PRIVATE_IRQS) in kvm_vm_ioctl_irq_line()