Lines Matching defs:cpus
45 struct bcm7038_l1_cpu *cpus[NR_CPUS];
131 cpu = intc->cpus[cpu_logical_map(smp_processor_id())];
133 cpu = intc->cpus[0];
163 intc->cpus[cpu_idx]->mask_cache[word] &= ~mask;
164 l1_writel(mask, intc->cpus[cpu_idx]->map_base +
174 intc->cpus[cpu_idx]->mask_cache[word] |= mask;
175 l1_writel(mask, intc->cpus[cpu_idx]->map_base +
213 was_disabled = !!(intc->cpus[intc->affinity[hw]]->mask_cache[word] &
283 cpu = intc->cpus[idx] = kzalloc(sizeof(*cpu) + n_words * sizeof(u32),
343 intc->cpus[boot_cpu]->map_base + reg_mask_set(intc, word));
345 intc->cpus[boot_cpu]->map_base + reg_mask_clr(intc, word));
365 l1_writel(intc->cpus[boot_cpu]->mask_cache[word],
366 intc->cpus[boot_cpu]->map_base + reg_mask_set(intc, word));
367 l1_writel(~intc->cpus[boot_cpu]->mask_cache[word],
368 intc->cpus[boot_cpu]->map_base + reg_mask_clr(intc, word));
476 struct bcm7038_l1_cpu *cpu = intc->cpus[idx];