Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dsmp_impldefs.h125 extern cpuset_t mp_cpus; /* bit map of possible cpus found */
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_startup.c103 cpuset_t mp_cpus; variable
1549 CPUSET_DEL(mp_cpus, bootcpuid); in start_other_cpus()
1557 if ((CPUSET_ISNULL(mp_cpus) && plat_dr_support_cpu() == 0) || in start_other_cpus()
1584 if (!CPU_IN_SET(mp_cpus, who)) in start_other_cpus()
1590 CPUSET_DEL(mp_cpus, who); in start_other_cpus()
H A Dmp_pc.c531 CPUSET_ATOMIC_ADD(mp_cpus, cpuid); in mp_cpu_poweron()
644 CPUSET_ATOMIC_DEL(mp_cpus, cp->cpu_id); in mp_cpu_poweroff()
H A Dcpr_impl.c347 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()
H A Dmp_machdep.c1100 mp_cpus = cpumask; in mach_smpinit()