KVM_IRQCHIP_NUM_PINS
if ((e->irqchip.pin >= KVM_IRQCHIP_NUM_PINS) ||
u32 nr = KVM_IRQCHIP_NUM_PINS;
if (e->irqchip.pin >= KVM_IRQCHIP_NUM_PINS ||
if (e->irqchip.pin >= KVM_IRQCHIP_NUM_PINS)
if ((e->irqchip.pin >= KVM_IRQCHIP_NUM_PINS) ||
int chip[KVM_NR_IRQCHIPS][KVM_IRQCHIP_NUM_PINS];
if (((u64)intid + num - 1 - MIN_SPI) >= KVM_IRQCHIP_NUM_PINS)
for (j = 0; j < KVM_IRQCHIP_NUM_PINS; j++)
chip_size = sizeof(int) * KVM_NR_IRQCHIPS * KVM_IRQCHIP_NUM_PINS;