Searched refs:boot_cpu (Results 1 - 8 of 8) sorted by relevance

/arch/arm/mach-omap2/
H A Domap-hotplug.c32 unsigned int boot_cpu = 0; local
53 boot_cpu = omap_read_auxcoreboot0();
55 boot_cpu =
58 if (boot_cpu == smp_processor_id()) {
H A Domap-wakeupgen.c409 unsigned int boot_cpu = smp_processor_id(); local
454 irq_target_cpu[i] = boot_cpu;
/arch/mips/netlogic/xlr/
H A Dwakeup.c54 unsigned int i, j, boot_cpu; local
62 boot_cpu = hard_smp_processor_id();
65 if (i == boot_cpu || !cpumask_test_cpu(i, &nlm_cpumask))
/arch/mips/kernel/
H A Dsmp-bmips.c68 int i, cpu = 1, boot_cpu = 0; local
81 boot_cpu = !!(read_c0_brcm_cmt_local() & (1 << 31));
89 if (boot_cpu == 0)
129 __cpu_number_map[boot_cpu] = 0;
130 __cpu_logical_map[0] = boot_cpu;
133 if (i != boot_cpu) {
243 int boot_cpu; local
250 boot_cpu = !!(read_c0_brcm_cmt_local() & (1 << 31));
251 relo_vector = boot_cpu ? BMIPS_RELO_VECTOR_CONTROL_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.c1311 int boot_cpu = smp_processor_id(); local
1315 if (cpumask_test_cpu(boot_cpu, &disabled_map)) {
1316 pr_err("disabled_cpus: can't disable boot cpu %d\n", boot_cpu);
1317 cpumask_clear_cpu(boot_cpu, &disabled_map);
1336 int boot_cpu = smp_processor_id(); local
1345 if (!cpumask_test_cpu(boot_cpu, &cpu_possible_init))
1346 early_panic("Boot CPU %d disabled by hypervisor!\n", boot_cpu);
1360 cpumask_set_cpu(boot_cpu, &disabled_map); /* ignore this cpu */
1366 cpumask_clear_cpu(boot_cpu, &disabled_map); /* reset this cpu */
/arch/mips/netlogic/common/
H A Dsmp.c162 unsigned int boot_cpu; local
167 boot_cpu = hard_smp_processor_id();
170 cpumask_set_cpu(boot_cpu, &phys_cpu_present_mask);
171 __cpu_number_map[boot_cpu] = 0;
172 __cpu_logical_map[0] = boot_cpu;
178 * cpu_ready array is not set for the boot_cpu,
/arch/x86/mm/
H A Dpat.c83 bool boot_cpu = !boot_pat_state; local
126 if (boot_cpu)

Completed in 145 milliseconds