Searched defs:boot_cpu (Results 1 - 7 of 7) sorted by relevance

/arch/mips/netlogic/xlr/
H A Dwakeup.c53 unsigned int i, boot_cpu; local
59 boot_cpu = hard_smp_processor_id();
62 if (i == boot_cpu || (nlm_cpumask & (1u << i)) == 0)
/arch/tile/kernel/
H A Dsmpboot.c60 int boot_cpu = smp_processor_id(); local
62 current_thread_info()->cpu = boot_cpu;
68 rc = sched_setaffinity(current->pid, cpumask_of(boot_cpu));
88 if (cpu == boot_cpu)
H A Dsetup.c1123 int boot_cpu = smp_processor_id(); local
1127 if (cpumask_test_cpu(boot_cpu, &disabled_map)) {
1128 pr_err("disabled_cpus: can't disable boot cpu %d\n", boot_cpu);
1129 cpumask_clear_cpu(boot_cpu, &disabled_map);
1148 int boot_cpu = smp_processor_id(); local
1157 if (!cpumask_test_cpu(boot_cpu, &cpu_possible_init))
1158 early_panic("Boot CPU %d disabled by hypervisor!\n", boot_cpu);
1172 cpumask_set_cpu(boot_cpu, &disabled_map); /* ignore this cpu */
1178 cpumask_clear_cpu(boot_cpu, &disabled_map); /* reset this cpu */
/arch/mips/netlogic/common/
H A Dsmp.c159 unsigned int boot_cpu; local
162 boot_cpu = hard_smp_processor_id();
165 cpu_set(boot_cpu, phys_cpu_present_map);
166 __cpu_number_map[boot_cpu] = 0;
167 __cpu_logical_map[0] = boot_cpu;
173 * nlm_cpu_ready array is not set for the boot_cpu,
/arch/arm/mach-omap2/
H A Domap-wakeupgen.c352 unsigned int boot_cpu = smp_processor_id(); local
386 irq_target_cpu[i] = boot_cpu;
/arch/powerpc/mm/
H A Dtlb_nohash.c550 static void __early_init_mmu(int boot_cpu) argument
573 if (boot_cpu) {
/arch/x86/mm/
H A Dpat.c83 bool boot_cpu = !boot_pat_state; local
126 if (boot_cpu)

Completed in 170 milliseconds