bcpu               52 arch/alpha/kernel/sys_dp264.c 	register int bcpu = boot_cpuid;
bcpu               64 arch/alpha/kernel/sys_dp264.c 	if (bcpu == 0) mask0 |= isa_enable;
bcpu               65 arch/alpha/kernel/sys_dp264.c 	else if (bcpu == 1) mask1 |= isa_enable;
bcpu               66 arch/alpha/kernel/sys_dp264.c 	else if (bcpu == 2) mask2 |= isa_enable;
bcpu               89 arch/alpha/kernel/sys_dp264.c 	if (bcpu == 0) dimB = &cchip->dim0.csr;
bcpu               90 arch/alpha/kernel/sys_dp264.c 	else if (bcpu == 1) dimB = &cchip->dim1.csr;
bcpu               91 arch/alpha/kernel/sys_dp264.c 	else if (bcpu == 2) dimB = &cchip->dim2.csr;
bcpu               65 arch/alpha/kernel/sys_titan.c 	register int bcpu = boot_cpuid;
bcpu               79 arch/alpha/kernel/sys_titan.c 	if (bcpu == 0) mask0 |= isa_enable;
bcpu               80 arch/alpha/kernel/sys_titan.c 	else if (bcpu == 1) mask1 |= isa_enable;
bcpu               81 arch/alpha/kernel/sys_titan.c 	else if (bcpu == 2) mask2 |= isa_enable;
bcpu              105 arch/alpha/kernel/sys_titan.c 	if (bcpu == 1) dimB = &cchip->dim1.csr;
bcpu              106 arch/alpha/kernel/sys_titan.c 	else if (bcpu == 2) dimB = &cchip->dim2.csr;
bcpu              107 arch/alpha/kernel/sys_titan.c 	else if (bcpu == 3) dimB = &cchip->dim3.csr;
bcpu              155 arch/x86/platform/uv/uv_time.c 		int bcpu = uv_cpu_blade_processor_id(cpu);
bcpu              173 arch/x86/platform/uv/uv_time.c 		head->cpu[bcpu].lcpu = cpu;
bcpu              174 arch/x86/platform/uv/uv_time.c 		head->cpu[bcpu].expires = ULLONG_MAX;
bcpu              184 arch/x86/platform/uv/uv_time.c 	int c, bcpu = -1;
bcpu              190 arch/x86/platform/uv/uv_time.c 			bcpu = c;
bcpu              194 arch/x86/platform/uv/uv_time.c 	if (bcpu >= 0) {
bcpu              195 arch/x86/platform/uv/uv_time.c 		head->next_cpu = bcpu;
bcpu              196 arch/x86/platform/uv/uv_time.c 		c = head->cpu[bcpu].lcpu;
bcpu              216 arch/x86/platform/uv/uv_time.c 	int bcpu = uv_cpu_blade_processor_id(cpu);
bcpu              217 arch/x86/platform/uv/uv_time.c 	u64 *t = &head->cpu[bcpu].expires;
bcpu              227 arch/x86/platform/uv/uv_time.c 	if (next_cpu < 0 || bcpu == next_cpu ||
bcpu              229 arch/x86/platform/uv/uv_time.c 		head->next_cpu = bcpu;
bcpu              252 arch/x86/platform/uv/uv_time.c 	int bcpu = uv_cpu_blade_processor_id(cpu);
bcpu              253 arch/x86/platform/uv/uv_time.c 	u64 *t = &head->cpu[bcpu].expires;
bcpu              259 arch/x86/platform/uv/uv_time.c 	if ((head->next_cpu == bcpu && uv_read_rtc(NULL) >= *t) || force)
bcpu              265 arch/x86/platform/uv/uv_time.c 		if (head->next_cpu == bcpu)
bcpu              124 net/core/gen_stats.c 		struct gnet_stats_basic_cpu *bcpu = per_cpu_ptr(cpu, i);
bcpu              130 net/core/gen_stats.c 			start = u64_stats_fetch_begin_irq(&bcpu->syncp);
bcpu              131 net/core/gen_stats.c 			bytes = bcpu->bstats.bytes;
bcpu              132 net/core/gen_stats.c 			packets = bcpu->bstats.packets;
bcpu              133 net/core/gen_stats.c 		} while (u64_stats_fetch_retry_irq(&bcpu->syncp, start));