Searched refs:boot_cpuid (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/arch/powerpc/mm/book3s32/
H A Dkuap.c15 if (smp_processor_id() != boot_cpuid)
/linux-master/arch/powerpc/mm/nohash/
H A Dkup.c20 if (smp_processor_id() == boot_cpuid)
H A Dmmu_context.c355 if (cpu == boot_cpuid)
365 if (cpu == boot_cpuid)
401 stale_map[boot_cpuid] = memblock_alloc(CTX_MAP_SIZE, SMP_CACHE_BYTES);
402 if (!stale_map[boot_cpuid])
/linux-master/arch/alpha/kernel/
H A Drtc.c169 if (smp_processor_id() != boot_cpuid) {
171 smp_call_function_single(boot_cpuid, do_remote_read, &x, 1);
188 if (smp_processor_id() != boot_cpuid) {
190 smp_call_function_single(boot_cpuid, do_remote_set, &x, 1);
H A Dsys_marvel.c265 printk(" Interrupts reported to CPU at PE %u\n", boot_cpuid);
270 io7_redirect_irq(io7, &io7->csrs->HLT_CTL.csr, boot_cpuid);
271 io7_redirect_irq(io7, &io7->csrs->HPI_CTL.csr, boot_cpuid);
272 io7_redirect_irq(io7, &io7->csrs->CRD_CTL.csr, boot_cpuid);
273 io7_redirect_irq(io7, &io7->csrs->STV_CTL.csr, boot_cpuid);
274 io7_redirect_irq(io7, &io7->csrs->HEI_CTL.csr, boot_cpuid);
284 init_one_io7_lsi(io7, i, boot_cpuid);
286 init_one_io7_lsi(io7, 0x74, boot_cpuid);
287 init_one_io7_lsi(io7, 0x75, boot_cpuid);
297 init_one_io7_msi(io7, i, boot_cpuid);
[all...]
H A Dsmp.c406 if (boot_cpuid != 0) {
408 boot_cpuid);
453 current_thread_info()->cpu = boot_cpuid;
455 smp_store_cpu_info(boot_cpuid);
456 smp_setup_percpu_timer(boot_cpuid);
460 init_cpu_possible(cpumask_of(boot_cpuid));
461 init_cpu_present(cpumask_of(boot_cpuid));
H A Dprocess.c97 if (cpuid != boot_cpuid) {
127 set_cpu_present(boot_cpuid, false);
128 set_cpu_possible(boot_cpuid, false);
H A Dproto.h101 extern int boot_cpuid;
H A Dsys_titan.c65 register int bcpu = boot_cpuid;
H A Dsys_dp264.c51 register int bcpu = boot_cpuid;
H A Dsetup.c83 int boot_cpuid; variable
431 boot_cpuid = hard_smp_processor_id();
H A Dcore_titan.c390 boot_cpuid = __hard_smp_processor_id();
/linux-master/arch/powerpc/kernel/
H A Dpaca.c23 #define boot_cpuid 0 macro
33 * boot_cpuid paca is allocated very early before cpu_to_node is up.
37 if (cpu == boot_cpuid) {
49 if (cpu == boot_cpuid)
153 if (cpu != boot_cpuid) {
302 memblock_phys_free(__pa(paca_ptrs[boot_cpuid]->slb_shadow_ptr),
304 paca_ptrs[boot_cpuid]->slb_shadow_ptr = NULL;
H A Dsmp.c1102 BUG_ON(boot_cpuid != smp_processor_id());
1105 smp_store_cpu_info(boot_cpuid);
1106 cpu_callin_map[boot_cpuid] = 1;
1132 cpumask_set_cpu(boot_cpuid, cpu_sibling_mask(boot_cpuid));
1133 cpumask_set_cpu(boot_cpuid, cpu_l2_cache_mask(boot_cpuid));
1134 cpumask_set_cpu(boot_cpuid, cpu_core_mask(boot_cpuid));
1137 cpumask_set_cpu(boot_cpuid, cpu_coregroup_mas
[all...]
H A Dsetup_64.c105 if (cpu_first_thread_sibling(boot_cpuid) == first)
106 first = boot_cpuid;
389 * boot_cpuid and boot_cpu_hwid.
394 allocate_paca(boot_cpuid);
395 set_hard_smp_processor_id(boot_cpuid, boot_cpu_hwid);
396 fixup_boot_paca(paca_ptrs[boot_cpuid]);
397 setup_paca(paca_ptrs[boot_cpuid]); /* install the paca into registers */
398 // smp_processor_id() now reports boot_cpuid
401 task_thread_info(current)->cpu = boot_cpuid; // fix task_cpu(current)
H A Dprom.c375 boot_cpuid = found;
386 if (boot_cpuid >= nr_cpu_ids) {
391 boot_cpuid, boot_core_hwid, found_thread);
394 boot_cpuid = found_thread;
397 DBG("boot cpu: logical %d physical %d\n", boot_cpuid,
878 if (boot_cpuid < 0) {
H A Dsetup-common.c86 int boot_cpuid = -1; variable
87 EXPORT_SYMBOL_GPL(boot_cpuid); variable
/linux-master/arch/powerpc/platforms/cell/
H A Dsmp.c99 if (cpu != boot_cpuid)
152 cpumask_clear_cpu(boot_cpuid, &of_spin_map);
/linux-master/arch/powerpc/platforms/pseries/
H A Dsmp.c128 else if (cpu != boot_cpuid)
278 cpumask_clear_cpu(boot_cpuid, of_spin_mask);
H A Dhotplug-cpu.c88 /*fix boot_cpuid here*/
89 if (cpu == boot_cpuid)
90 boot_cpuid = cpumask_any(cpu_online_mask);
/linux-master/arch/powerpc/platforms/powernv/
H A Dsmp.c60 else if (cpu != boot_cpuid)
140 if (cpu == boot_cpuid)
141 boot_cpuid = cpumask_any(cpu_online_mask);
/linux-master/arch/powerpc/mm/
H A Dinit-common.c59 if (smp_processor_id() != boot_cpuid)
/linux-master/arch/powerpc/mm/book3s64/
H A Dpkeys.c267 if (smp_processor_id() == boot_cpuid) {
293 if (smp_processor_id() == boot_cpuid) {
/linux-master/arch/powerpc/include/asm/
H A Dsmp.h28 extern int boot_cpuid;
/linux-master/arch/powerpc/sysdev/xics/
H A Dxics-common.c52 np = of_get_cpu_node(boot_cpuid, NULL);
55 hcpuid = get_hard_smp_processor_id(boot_cpuid);
188 /* If we used to be the default server, move to the new "boot_cpuid" */

Completed in 1289 milliseconds

12