Home
last modified time | relevance | path

Searched refs:CPUF_PRIMARY (Results 1 – 19 of 19) sorted by relevance

/openbsd/sys/arch/alpha/include/
H A Dcpu.h223 #define CPUF_PRIMARY 0x01 /* CPU is primary CPU */ macro
247 #define CPU_IS_PRIMARY(ci) ((ci)->ci_flags & CPUF_PRIMARY)
/openbsd/sys/arch/i386/include/
H A Dcpu.h191 #define CPUF_PRIMARY 0x0008 /* CPU is active primary processor */ macro
239 #define CPU_IS_PRIMARY(ci) ((ci)->ci_flags & CPUF_PRIMARY)
/openbsd/sys/arch/amd64/include/
H A Dcpu.h253 #define CPUF_PRIMARY 0x0008 /* CPU is active primary processor */ macro
304 #define CPU_IS_PRIMARY(ci) ((ci)->ci_flags & CPUF_PRIMARY)
/openbsd/sys/arch/i386/i386/
H A Dcpu.c310 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()
H A Dacpi_machdep.c482 if (ci->ci_flags & (CPUF_BSP|CPUF_SP|CPUF_PRIMARY)) in resume_mp()
/openbsd/sys/arch/amd64/amd64/
H A Dtsc.c166 if (!(ci->ci_flags & CPUF_PRIMARY) || in tsc_identify()
316 if (!(ci->ci_flags & CPUF_PRIMARY) || in tsc_timecounter_init()
H A Dcpu.c667 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()
H A Dacpi_machdep.c540 if (ci->ci_flags & (CPUF_BSP|CPUF_SP|CPUF_PRIMARY)) in resume_mp()
H A Dhibernate_machdep.c487 if (ci->ci_flags & (CPUF_BSP | CPUF_SP | CPUF_PRIMARY)) in hibernate_quiesce_cpus()
/openbsd/sys/arch/mips64/include/
H A Dcpu.h211 #define CPUF_PRIMARY 0x01 /* CPU is primary CPU */ macro
233 #define CPU_IS_PRIMARY(ci) ((ci)->ci_flags & CPUF_PRIMARY)
/openbsd/sys/arch/powerpc64/include/
H A Dcpu.h108 #define CPUF_PRIMARY (1 << 0) macro
/openbsd/sys/arch/arm/include/
H A Dcpu.h207 #define CPUF_PRIMARY (1<<0) macro
/openbsd/sys/arch/riscv64/include/
H A Dcpu.h136 #define CPUF_PRIMARY (1<<0) macro
/openbsd/sys/arch/arm64/include/
H A Dcpu.h190 #define CPUF_PRIMARY (1<<0) macro
/openbsd/sys/arch/riscv64/riscv64/
H A Dcpu.c195 ci->ci_flags |= CPUF_RUNNING | CPUF_PRESENT | CPUF_PRIMARY; in cpu_attach()
413 if (ci->ci_flags & CPUF_PRIMARY) in cpu_boot_secondary_processors()
/openbsd/sys/arch/mips64/mips64/
H A Dcpu.c89 ci->ci_flags |= CPUF_RUNNING | CPUF_PRESENT | CPUF_PRIMARY; in cpuattach()
/openbsd/sys/arch/arm/arm/
H A Dcpu.c355 ci->ci_flags |= CPUF_RUNNING | CPUF_PRESENT | CPUF_PRIMARY; in cpu_attach()
460 if (ci->ci_flags & CPUF_PRIMARY) in cpu_boot_secondary_processors()
/openbsd/sys/arch/alpha/alpha/
H A Dcpu.c372 ci->ci_flags |= CPUF_PRIMARY | CPUF_RUNNING; in cpuattach()
/openbsd/sys/arch/arm64/arm64/
H A Dcpu.c1362 ci->ci_flags |= CPUF_RUNNING | CPUF_PRESENT | CPUF_PRIMARY; in cpu_attach()
1592 if (ci->ci_flags & CPUF_PRIMARY) in cpu_boot_secondary_processors()