Searched refs:CPUF_BSP (Results 1 – 6 of 6) sorted by relevance
52 if ((ci->ci_flags & (CPUF_BSP|CPUF_SP|CPUF_PRIMARY)) == 0) in vmt_match()
492 atomic_or_32(&ci->ci_flags, CPUF_BSP); in cpu_attach()776 if (ci->ci_flags & (CPUF_BSP|CPUF_SP|CPUF_PRIMARY)) in cpu_boot_secondary_processors()1406 if ((ci->ci_flags & CPUF_BSP) != 0) in cpu_shutdown()
512 if ((ci->ci_flags & (CPUF_BSP|CPUF_SP|CPUF_PRIMARY)) == 0) in via_padlock_match()
586 if ((ci->ci_flags & (CPUF_BSP|CPUF_SP|CPUF_PRIMARY)) == 0) in hyperv_match()
366 #define CPUF_BSP 0x0001 /* CPU is the original BSP */ macro
466 atomic_or_32(&ci->ci_flags, CPUF_BSP); in cpu_attach_common()605 if (ci->ci_flags & (CPUF_BSP|CPUF_SP|CPUF_PRIMARY)) in cpu_boot_secondary_processors()