Searched refs:mp_cpus (Results 1 – 5 of 5) sorted by relevance
125 extern cpuset_t mp_cpus; /* bit map of possible cpus found */
103 cpuset_t mp_cpus; variable1560 CPUSET_DEL(mp_cpus, bootcpuid); in start_other_cpus()1568 if ((CPUSET_ISNULL(mp_cpus) && plat_dr_support_cpu() == 0) || in start_other_cpus()1595 if (!CPU_IN_SET(mp_cpus, who)) in start_other_cpus()1601 CPUSET_DEL(mp_cpus, who); in start_other_cpus()
531 CPUSET_ATOMIC_ADD(mp_cpus, cpuid); in mp_cpu_poweron()644 CPUSET_ATOMIC_DEL(mp_cpus, cp->cpu_id); in mp_cpu_poweroff()
347 if (!CPU_IN_SET(mp_cpus, who)) in i_cpr_pre_resume_cpus()487 if (!CPU_IN_SET(mp_cpus, who)) in prt_other_cpus()
1100 mp_cpus = cpumask; in mach_smpinit()