Searched refs:CPUF_PRIMARY (Results 1 – 18 of 18) sorted by relevance
161 #define CPUF_PRIMARY 0x01 /* CPU is primary CPU */ macro180 #define CPU_IS_PRIMARY(ci) ((ci)->ci_flags & CPUF_PRIMARY)
90 #define CPUF_PRIMARY __BIT(0) /* CPU is primary CPU */ macro 200 #define CPU_IS_PRIMARY(ci) ((ci)->ci_flags & CPUF_PRIMARY)
153 #define CPUF_PRIMARY __BIT(0) /* CPU is primary CPU */ macro203 #define CPU_IS_PRIMARY(ci) ((ci)->ci_flags & CPUF_PRIMARY)
206 ci->ci_flags |= CPUF_PRIMARY|CPUF_RUNNING; in cpuattach()240 if (ci->ci_flags & CPUF_PRIMARY) in cpu_boot_secondary_processors()
235 #define CPUF_PRIMARY 1 macro 272 #define CPU_IS_PRIMARY(ci) ((ci)->ci_flags & CPUF_PRIMARY)
52 ci->ci_flags |= CPUF_PRIMARY; in rump_cpu_attach()
52 if ((ci->ci_flags & (CPUF_BSP|CPUF_SP|CPUF_PRIMARY)) == 0) in vmt_match()
456 atomic_or_32(&ci->ci_flags, CPUF_PRESENT | CPUF_PRIMARY); 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()
583 if ((ci->ci_flags & (CPUF_BSP|CPUF_SP|CPUF_PRIMARY)) == 0) in hyperv_match()
125 KASSERT(curcpu()->ci_flags & CPUF_PRIMARY); in alpha_patch()
86 .ci_flags = CPUF_PRIMARY|CPUF_RUNNING,454 KASSERT(ci->ci_flags & CPUF_PRIMARY); in cpuattach()
369 #define CPUF_PRIMARY 0x0008 /* CPU is active primary processor */ macro 408 #define CPU_IS_PRIMARY(ci) ((ci)->ci_flags & CPUF_PRIMARY)
121 .ci_flags = CPUF_PRIMARY | CPUF_PRESENT | CPUF_RUNNING, in cpu_setup_sysctl()
316 #define CPUF_PRIMARY 0x0001 /* ... is monarch/primary */ macro
441 atomic_or_32(&ci->ci_flags, CPUF_PRESENT | CPUF_PRIMARY); in cpu_attach_common()605 if (ci->ci_flags & (CPUF_BSP|CPUF_SP|CPUF_PRIMARY)) in cpu_boot_secondary_processors()
96 .ci_flags = CPUF_PRIMARY|CPUF_PRESENT|CPUF_RUNNING,
1191 cpus->ci_flags = CPUF_PRIMARY; in pmap_bootstrap()