Lines Matching refs:intids
317 u32 *intids; in vgic_copy_lpi_list() local
328 intids = kmalloc_array(irq_count, sizeof(intids[0]), GFP_KERNEL); in vgic_copy_lpi_list()
329 if (!intids) in vgic_copy_lpi_list()
339 intids[i++] = irq->intid; in vgic_copy_lpi_list()
343 *intid_ptr = intids; in vgic_copy_lpi_list()
424 u32 *intids; in its_sync_lpi_pending_table() local
429 nr_irqs = vgic_copy_lpi_list(vcpu->kvm, vcpu, &intids); in its_sync_lpi_pending_table()
436 byte_offset = intids[i] / BITS_PER_BYTE; in its_sync_lpi_pending_table()
437 bit_nr = intids[i] % BITS_PER_BYTE; in its_sync_lpi_pending_table()
448 kfree(intids); in its_sync_lpi_pending_table()
454 irq = vgic_get_irq(vcpu->kvm, NULL, intids[i]); in its_sync_lpi_pending_table()
461 kfree(intids); in its_sync_lpi_pending_table()
1301 u32 *intids; in vgic_its_cmd_handle_invall() local
1310 irq_count = vgic_copy_lpi_list(kvm, vcpu, &intids); in vgic_its_cmd_handle_invall()
1315 irq = vgic_get_irq(kvm, NULL, intids[i]); in vgic_its_cmd_handle_invall()
1322 kfree(intids); in vgic_its_cmd_handle_invall()
1345 u32 *intids; in vgic_its_cmd_handle_movall() local
1358 irq_count = vgic_copy_lpi_list(kvm, vcpu1, &intids); in vgic_its_cmd_handle_movall()
1363 irq = vgic_get_irq(kvm, NULL, intids[i]); in vgic_its_cmd_handle_movall()
1372 kfree(intids); in vgic_its_cmd_handle_movall()