Searched defs:boot_cpu (Results 1 - 8 of 8) sorted by relevance
/arch/arm/mach-omap2/ |
H A D | omap-hotplug.c | 32 unsigned int boot_cpu = 0; local 53 boot_cpu = omap_read_auxcoreboot0(); 55 boot_cpu = 58 if (boot_cpu == smp_processor_id()) {
|
H A D | omap-wakeupgen.c | 409 unsigned int boot_cpu = smp_processor_id(); local 454 irq_target_cpu[i] = boot_cpu;
|
/arch/mips/netlogic/xlr/ |
H A D | wakeup.c | 54 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/tile/kernel/ |
H A D | smpboot.c | 60 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 D | setup.c | 1311 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 D | smp.c | 162 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/mips/kernel/ |
H A D | smp-bmips.c | 68 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/x86/mm/ |
H A D | pat.c | 83 bool boot_cpu = !boot_pat_state; local 126 if (boot_cpu)
|
Completed in 174 milliseconds