Searched refs:intids (Results 1 – 1 of 1) sorted by relevance
324 u32 *intids; in vgic_copy_lpi_list() local335 intids = kmalloc_array(irq_count, sizeof(intids[0]), GFP_KERNEL_ACCOUNT); in vgic_copy_lpi_list()336 if (!intids) in vgic_copy_lpi_list()346 intids[i++] = irq->intid; in vgic_copy_lpi_list()350 *intid_ptr = intids; in vgic_copy_lpi_list()434 u32 *intids; in its_sync_lpi_pending_table() local439 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()[all …]