Searched refs:CPUF_SP (Results 1 – 6 of 6) sorted by relevance
52 if ((ci->ci_flags & (CPUF_BSP|CPUF_SP|CPUF_PRIMARY)) == 0) in vmt_match()
482 atomic_or_32(&ci->ci_flags, CPUF_SP); in cpu_attach()776 if (ci->ci_flags & (CPUF_BSP|CPUF_SP|CPUF_PRIMARY)) in cpu_boot_secondary_processors()
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()
368 #define CPUF_SP 0x0004 /* CPU is only processor */ macro
460 atomic_or_32(&ci->ci_flags, CPUF_SP); in cpu_attach_common()605 if (ci->ci_flags & (CPUF_BSP|CPUF_SP|CPUF_PRIMARY)) in cpu_boot_secondary_processors()