Home
last modified time | relevance | path

Searched refs:VGIC_MAX_SPI (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/kvm/
H A Darm_vgic.h29 #define VGIC_MAX_SPI 1019 macro
36 (irq) <= VGIC_MAX_SPI)
/linux-6.15/arch/arm64/kvm/vgic/
H A Dvgic-debug.c224 else if (irq->intid < VGIC_MAX_SPI) in print_irq_state()
H A Dvgic-v3-nested.c235 if (!irq || !irq->hw || irq->intid > VGIC_MAX_SPI ) { in vgic_v3_create_shadow_lr()