Lines Matching defs:cpus
41 struct bcm7038_l1_cpu *cpus[NR_CPUS];
127 cpu = intc->cpus[cpu_logical_map(smp_processor_id())];
129 cpu = intc->cpus[0];
157 intc->cpus[cpu_idx]->mask_cache[word] &= ~mask;
158 l1_writel(mask, intc->cpus[cpu_idx]->map_base +
168 intc->cpus[cpu_idx]->mask_cache[word] |= mask;
169 l1_writel(mask, intc->cpus[cpu_idx]->map_base +
208 was_disabled = !!(intc->cpus[intc->affinity[hw]]->mask_cache[word] &
252 cpu = intc->cpus[idx] = kzalloc(sizeof(*cpu) + n_words * sizeof(u32),
312 intc->cpus[boot_cpu]->map_base + reg_mask_set(intc, word));
314 intc->cpus[boot_cpu]->map_base + reg_mask_clr(intc, word));
334 l1_writel(intc->cpus[boot_cpu]->mask_cache[word],
335 intc->cpus[boot_cpu]->map_base + reg_mask_set(intc, word));
336 l1_writel(~intc->cpus[boot_cpu]->mask_cache[word],
337 intc->cpus[boot_cpu]->map_base + reg_mask_clr(intc, word));
444 struct bcm7038_l1_cpu *cpu = intc->cpus[idx];