Home
last modified time | relevance | path

Searched refs:mp_cpus (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/i86pc/sys/
H A Dsmp_impldefs.h121 extern cpuset_t mp_cpus; /* bit map of possible cpus found */
/titanic_44/usr/src/uts/i86pc/os/
H A Dmp_startup.c99 cpuset_t mp_cpus; variable
1524 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()
H A Dmp_pc.c502 CPUSET_ATOMIC_ADD(mp_cpus, cpuid); in mp_cpu_poweron()
615 CPUSET_ATOMIC_DEL(mp_cpus, cp->cpu_id); in mp_cpu_poweroff()
H A Dcpr_impl.c349 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()
H A Dmp_machdep.c1089 mp_cpus = cpumask; in mach_smpinit()