Home
last modified time | relevance | path

Searched refs:CPUF_PRESENT (Results 1 – 13 of 13) sorted by relevance

/netbsd/sys/arch/x86/x86/
H A Dcpu.c456 atomic_or_32(&ci->ci_flags, CPUF_PRESENT | CPUF_PRIMARY); in cpu_attach()
514 if (ci->ci_flags & CPUF_PRESENT) { in cpu_attach()
774 if ((ci->ci_flags & CPUF_PRESENT) == 0) in cpu_boot_secondary_processors()
813 if ((ci->ci_flags & CPUF_PRESENT) == 0) in cpu_init_idle_lwps()
848 if ((ci->ci_flags & CPUF_PRESENT) == 0) { in cpu_start_secondary()
954 KDASSERT((ci->ci_flags & CPUF_PRESENT) == 0); in cpu_hatch()
960 atomic_or_32(&ci->ci_flags, CPUF_PRESENT); in cpu_hatch()
1330 KASSERT((ci->ci_flags & CPUF_PRESENT) != 0); in cpu_stop()
1358 if ((ci->ci_flags & CPUF_PRESENT) == 0) in cpu_suspend()
1374 if ((ci->ci_flags & CPUF_PRESENT) == 0) in cpu_resume()
[all …]
H A Dpmap.c5699 cpu_info_primary.ci_flags & CPUF_PRESENT)) {
5779 if (__predict_true(cpu_info_primary.ci_flags & CPUF_PRESENT)) {
/netbsd/sys/arch/xen/x86/
H A Dcpu.c441 atomic_or_32(&ci->ci_flags, CPUF_PRESENT | CPUF_PRIMARY); in cpu_attach_common()
491 if (ci->ci_flags & CPUF_PRESENT) { in cpu_attach_common()
603 if ((ci->ci_flags & CPUF_PRESENT) == 0) in cpu_boot_secondary_processors()
638 if ((ci->ci_flags & CPUF_PRESENT) == 0) in cpu_init_idle_lwps()
660 for (i = 100000; (!(ci->ci_flags & CPUF_PRESENT)) && i > 0; i--) { in cpu_start_secondary()
663 if ((ci->ci_flags & CPUF_PRESENT) == 0) { in cpu_start_secondary()
713 atomic_or_32(&ci->ci_flags, CPUF_PRESENT); in cpu_hatch()
H A Dxen_ipi.c212 if ((ci->ci_flags & CPUF_PRESENT) == 0) in xen_broadcast_ipi()
/netbsd/sys/arch/alpha/include/
H A Dcpu.h158 #define CPUF_PRESENT 0x02 /* CPU is present */ macro
/netbsd/sys/arch/riscv/include/
H A Dcpu.h91 #define CPUF_PRESENT __BIT(1) /* CPU is present */ macro
/netbsd/sys/arch/riscv/riscv/
H A Dcpu.c108 .ci_flags = CPUF_PRIMARY | CPUF_PRESENT | CPUF_RUNNING,
/netbsd/sys/arch/mips/include/
H A Dcpu.h154 #define CPUF_PRESENT __BIT(1) /* CPU is present */ macro
/netbsd/sys/arch/x86/include/
H A Dcpu.h371 #define CPUF_PRESENT 0x1000 /* CPU is present */ macro
/netbsd/sys/arch/mips/mips/
H A Dcpu_subr.c96 .ci_flags = CPUF_PRIMARY|CPUF_PRESENT|CPUF_RUNNING,
934 atomic_or_ulong(&ci->ci_flags, CPUF_PRESENT); in cpu_hatch()
H A Dgenassym.cf337 define CPUF_PRESENT CPUF_PRESENT
H A Dlocore_mips3.S846 or t0, t0, CPUF_PRESENT
/netbsd/sys/arch/mips/cavium/
H A Docteon_cpunode.c170 atomic_or_ulong(&curcpu()->ci_flags, CPUF_PRESENT); in octeon_fixup_cpu_info_references()