Searched refs:CPUF_GO (Results 1 – 3 of 3) sorted by relevance
878 atomic_or_32(&ci->ci_flags, CPUF_GO); in cpu_boot_secondary()978 while ((ci->ci_flags & CPUF_GO) == 0) { in cpu_hatch()981 if ((ci->ci_flags & CPUF_GO) != 0) { in cpu_hatch()
375 #define CPUF_GO 0x8000 /* CPU should start running */ macro
678 atomic_or_32(&ci->ci_flags, CPUF_GO); in cpu_boot_secondary()715 while ((ci->ci_flags & CPUF_GO) == 0) { in cpu_hatch()