Lines Matching refs:spis
138 * @nr_spis: number of spis, frozen by caller
146 dist->spis = kcalloc(nr_spis, sizeof(struct vgic_irq), GFP_KERNEL_ACCOUNT);
147 if (!dist->spis)
159 struct vgic_irq *irq = &dist->spis[i];
177 kfree(dist->spis);
178 dist->spis = NULL;
256 * - the number of spis
278 /* freeze the number of spis */
351 kfree(dist->spis);
352 dist->spis = NULL;