Lines Matching defs:intids
324 u32 *intids;
335 intids = kmalloc_array(irq_count, sizeof(intids[0]), GFP_KERNEL_ACCOUNT);
336 if (!intids)
346 intids[i++] = irq->intid;
350 *intid_ptr = intids;
434 u32 *intids;
439 nr_irqs = vgic_copy_lpi_list(vcpu->kvm, vcpu, &intids);
446 byte_offset = intids[i] / BITS_PER_BYTE;
447 bit_nr = intids[i] % BITS_PER_BYTE;
458 kfree(intids);
464 irq = vgic_get_irq(vcpu->kvm, NULL, intids[i]);
474 kfree(intids);
1352 u32 *intids;
1354 irq_count = vgic_copy_lpi_list(kvm, vcpu, &intids);
1359 struct vgic_irq *irq = vgic_get_irq(kvm, NULL, intids[i]);
1366 kfree(intids);
1414 u32 *intids;
1427 irq_count = vgic_copy_lpi_list(kvm, vcpu1, &intids);
1432 irq = vgic_get_irq(kvm, NULL, intids[i]);
1443 kfree(intids);