Home
last modified time | relevance | path

Searched refs:other_cpus (Results 1 – 2 of 2) sorted by relevance

/titanic_41/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()
/titanic_41/usr/src/uts/sun4/os/
H A Dstartup.c2346 cpuset_t other_cpus; in ptl1_thread() local
2365 other_cpus = cpu_ready_set; in ptl1_thread()
2366 CPUSET_DEL(other_cpus, CPU->cpu_id); in ptl1_thread()
2368 if (!CPUSET_ISNULL(other_cpus)) { in ptl1_thread()
2389 xc_some(other_cpus, in ptl1_thread()
2397 xt_some(other_cpus, in ptl1_thread()