Searched refs:mp_cpus (Results 1 – 5 of 5) sorted by relevance
121 extern cpuset_t mp_cpus; /* bit map of possible cpus found */
99 cpuset_t mp_cpus; variable1524 CPUSET_DEL(mp_cpus, bootcpuid); in start_other_cpus()1532 if ((CPUSET_ISNULL(mp_cpus) && plat_dr_support_cpu() == 0) || in start_other_cpus()1559 if (!CPU_IN_SET(mp_cpus, who)) in start_other_cpus()1565 CPUSET_DEL(mp_cpus, who); in start_other_cpus()
502 CPUSET_ATOMIC_ADD(mp_cpus, cpuid); in mp_cpu_poweron()615 CPUSET_ATOMIC_DEL(mp_cpus, cp->cpu_id); in mp_cpu_poweroff()
349 if (!CPU_IN_SET(mp_cpus, who)) in i_cpr_pre_resume_cpus()493 if (!CPU_IN_SET(mp_cpus, who)) in prt_other_cpus()
1089 mp_cpus = cpumask; in mach_smpinit()