Home
last modified time | relevance | path

Searched refs: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; in unmap_prom_mappings() local
350 other_cpus = cpu_ready_set; in unmap_prom_mappings()
351 CPUSET_DEL(other_cpus, CPU->cpu_id); in unmap_prom_mappings()
352 xt_some(other_cpus, vtag_unmap_perm_tl1, (uint64_t)OFW_START_ADDR, in unmap_prom_mappings()
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c2320 cpuset_t other_cpus; in ptl1_thread() local
2339 other_cpus = cpu_ready_set; in ptl1_thread()
2340 CPUSET_DEL(other_cpus, CPU->cpu_id); in ptl1_thread()
2342 if (!CPUSET_ISNULL(other_cpus)) { in ptl1_thread()
2363 xc_some(other_cpus, in ptl1_thread()
2371 xt_some(other_cpus, in ptl1_thread()