Searched refs:CPUF_BSP (Results 1 – 7 of 7) sorted by relevance
325 ci->ci_flags |= CPUF_PRESENT | CPUF_BSP | CPUF_PRIMARY; in cpu_attach()627 if (ci->ci_flags & (CPUF_BSP|CPUF_SP|CPUF_PRIMARY)) in cpu_boot_secondary_processors()
482 if (ci->ci_flags & (CPUF_BSP|CPUF_SP|CPUF_PRIMARY)) in resume_mp()
188 #define CPUF_BSP 0x0001 /* CPU is the original BSP */ macro
250 #define CPUF_BSP 0x0001 /* CPU is the original BSP */ macro
540 if (ci->ci_flags & (CPUF_BSP|CPUF_SP|CPUF_PRIMARY)) in resume_mp()
682 CPUF_PRESENT | CPUF_BSP | CPUF_PRIMARY); in cpu_attach()933 if (ci->ci_flags & (CPUF_BSP | CPUF_SP | CPUF_PRIMARY)) in cpu_boot_secondary_processors()
487 if (ci->ci_flags & (CPUF_BSP | CPUF_SP | CPUF_PRIMARY)) in hibernate_quiesce_cpus()