Searched refs:CPUF_PRIMARY (Results 1 – 19 of 19) sorted by relevance
223 #define CPUF_PRIMARY 0x01 /* CPU is primary CPU */ macro247 #define CPU_IS_PRIMARY(ci) ((ci)->ci_flags & CPUF_PRIMARY)
191 #define CPUF_PRIMARY 0x0008 /* CPU is active primary processor */ macro239 #define CPU_IS_PRIMARY(ci) ((ci)->ci_flags & CPUF_PRIMARY)
253 #define CPUF_PRIMARY 0x0008 /* CPU is active primary processor */ macro304 #define CPU_IS_PRIMARY(ci) ((ci)->ci_flags & CPUF_PRIMARY)
310 ci->ci_flags |= CPUF_PRESENT | CPUF_SP | CPUF_PRIMARY; in cpu_attach()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()
166 if (!(ci->ci_flags & CPUF_PRIMARY) || in tsc_identify()316 if (!(ci->ci_flags & CPUF_PRIMARY) || in tsc_timecounter_init()
667 CPUF_PRESENT | CPUF_SP | CPUF_PRIMARY); in cpu_attach()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()
540 if (ci->ci_flags & (CPUF_BSP|CPUF_SP|CPUF_PRIMARY)) in resume_mp()
487 if (ci->ci_flags & (CPUF_BSP | CPUF_SP | CPUF_PRIMARY)) in hibernate_quiesce_cpus()
211 #define CPUF_PRIMARY 0x01 /* CPU is primary CPU */ macro233 #define CPU_IS_PRIMARY(ci) ((ci)->ci_flags & CPUF_PRIMARY)
108 #define CPUF_PRIMARY (1 << 0) macro
207 #define CPUF_PRIMARY (1<<0) macro
136 #define CPUF_PRIMARY (1<<0) macro
190 #define CPUF_PRIMARY (1<<0) macro
195 ci->ci_flags |= CPUF_RUNNING | CPUF_PRESENT | CPUF_PRIMARY; in cpu_attach()413 if (ci->ci_flags & CPUF_PRIMARY) in cpu_boot_secondary_processors()
89 ci->ci_flags |= CPUF_RUNNING | CPUF_PRESENT | CPUF_PRIMARY; in cpuattach()
355 ci->ci_flags |= CPUF_RUNNING | CPUF_PRESENT | CPUF_PRIMARY; in cpu_attach()460 if (ci->ci_flags & CPUF_PRIMARY) in cpu_boot_secondary_processors()
372 ci->ci_flags |= CPUF_PRIMARY | CPUF_RUNNING; in cpuattach()
1362 ci->ci_flags |= CPUF_RUNNING | CPUF_PRESENT | CPUF_PRIMARY; in cpu_attach()1592 if (ci->ci_flags & CPUF_PRIMARY) in cpu_boot_secondary_processors()