Lines Matching refs:spis
129 * @nr_spis: number of spis, frozen by caller
137 dist->spis = kcalloc(nr_spis, sizeof(struct vgic_irq), GFP_KERNEL);
138 if (!dist->spis)
150 struct vgic_irq *irq = &dist->spis[i];
168 kfree(dist->spis);
169 dist->spis = NULL;
247 * - the number of spis
267 /* freeze the number of spis */
335 kfree(dist->spis);
336 dist->spis = NULL;