Lines Matching refs:intids
327 u32 *intids; in vgic_copy_lpi_list() local
338 intids = kmalloc_array(irq_count, sizeof(intids[0]), GFP_KERNEL); in vgic_copy_lpi_list()
339 if (!intids) in vgic_copy_lpi_list()
349 intids[i++] = irq->intid; in vgic_copy_lpi_list()
353 *intid_ptr = intids; in vgic_copy_lpi_list()
434 u32 *intids; in its_sync_lpi_pending_table() local
439 nr_irqs = vgic_copy_lpi_list(vcpu->kvm, vcpu, &intids); in its_sync_lpi_pending_table()
446 byte_offset = intids[i] / BITS_PER_BYTE; in its_sync_lpi_pending_table()
447 bit_nr = intids[i] % BITS_PER_BYTE; in its_sync_lpi_pending_table()
458 kfree(intids); in its_sync_lpi_pending_table()
464 irq = vgic_get_irq(vcpu->kvm, NULL, intids[i]); in its_sync_lpi_pending_table()
471 kfree(intids); in its_sync_lpi_pending_table()
1155 u32 *intids; in vgic_its_cmd_handle_invall() local
1164 irq_count = vgic_copy_lpi_list(kvm, vcpu, &intids); in vgic_its_cmd_handle_invall()
1169 irq = vgic_get_irq(kvm, NULL, intids[i]); in vgic_its_cmd_handle_invall()
1176 kfree(intids); in vgic_its_cmd_handle_invall()
1199 u32 *intids; in vgic_its_cmd_handle_movall() local
1212 irq_count = vgic_copy_lpi_list(kvm, vcpu1, &intids); in vgic_its_cmd_handle_movall()
1217 irq = vgic_get_irq(kvm, NULL, intids[i]); in vgic_its_cmd_handle_movall()
1224 kfree(intids); in vgic_its_cmd_handle_movall()