intids            317 virt/kvm/arm/vgic/vgic-its.c 	u32 *intids;
intids            328 virt/kvm/arm/vgic/vgic-its.c 	intids = kmalloc_array(irq_count, sizeof(intids[0]), GFP_KERNEL);
intids            329 virt/kvm/arm/vgic/vgic-its.c 	if (!intids)
intids            339 virt/kvm/arm/vgic/vgic-its.c 		intids[i++] = irq->intid;
intids            343 virt/kvm/arm/vgic/vgic-its.c 	*intid_ptr = intids;
intids            424 virt/kvm/arm/vgic/vgic-its.c 	u32 *intids;
intids            429 virt/kvm/arm/vgic/vgic-its.c 	nr_irqs = vgic_copy_lpi_list(vcpu->kvm, vcpu, &intids);
intids            436 virt/kvm/arm/vgic/vgic-its.c 		byte_offset = intids[i] / BITS_PER_BYTE;
intids            437 virt/kvm/arm/vgic/vgic-its.c 		bit_nr = intids[i] % BITS_PER_BYTE;
intids            448 virt/kvm/arm/vgic/vgic-its.c 				kfree(intids);
intids            454 virt/kvm/arm/vgic/vgic-its.c 		irq = vgic_get_irq(vcpu->kvm, NULL, intids[i]);
intids            461 virt/kvm/arm/vgic/vgic-its.c 	kfree(intids);
intids           1301 virt/kvm/arm/vgic/vgic-its.c 	u32 *intids;
intids           1310 virt/kvm/arm/vgic/vgic-its.c 	irq_count = vgic_copy_lpi_list(kvm, vcpu, &intids);
intids           1315 virt/kvm/arm/vgic/vgic-its.c 		irq = vgic_get_irq(kvm, NULL, intids[i]);
intids           1322 virt/kvm/arm/vgic/vgic-its.c 	kfree(intids);
intids           1345 virt/kvm/arm/vgic/vgic-its.c 	u32 *intids;
intids           1358 virt/kvm/arm/vgic/vgic-its.c 	irq_count = vgic_copy_lpi_list(kvm, vcpu1, &intids);
intids           1363 virt/kvm/arm/vgic/vgic-its.c 		irq = vgic_get_irq(kvm, NULL, intids[i]);
intids           1372 virt/kvm/arm/vgic/vgic-its.c 	kfree(intids);