Searched defs:other_cpus (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_emul.c244 cpuset_t other_cpus; local
350 other_cpus = cpu_ready_set;
351 CPUSET_DEL(other_cpus, CPU->cpu_id);
352 xt_some(other_cpus, vtag_unmap_perm_tl1, (uint64_t)OFW_START_ADDR,
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c2346 cpuset_t other_cpus; local
2365 other_cpus = cpu_ready_set;
2366 CPUSET_DEL(other_cpus, CPU->cpu_id);
2368 if (!CPUSET_ISNULL(other_cpus)) {
2389 xc_some(other_cpus,
2397 xt_some(other_cpus,

Completed in 60 milliseconds