Searched refs:CPUF_PRESENT (Results 1 – 13 of 13) sorted by relevance
/netbsd/sys/arch/x86/x86/ |
H A D | cpu.c | 456 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 D | pmap.c | 5699 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 D | cpu.c | 441 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 D | xen_ipi.c | 212 if ((ci->ci_flags & CPUF_PRESENT) == 0) in xen_broadcast_ipi()
|
/netbsd/sys/arch/alpha/include/ |
H A D | cpu.h | 158 #define CPUF_PRESENT 0x02 /* CPU is present */ macro
|
/netbsd/sys/arch/riscv/include/ |
H A D | cpu.h | 91 #define CPUF_PRESENT __BIT(1) /* CPU is present */ macro
|
/netbsd/sys/arch/riscv/riscv/ |
H A D | cpu.c | 108 .ci_flags = CPUF_PRIMARY | CPUF_PRESENT | CPUF_RUNNING,
|
/netbsd/sys/arch/mips/include/ |
H A D | cpu.h | 154 #define CPUF_PRESENT __BIT(1) /* CPU is present */ macro
|
/netbsd/sys/arch/x86/include/ |
H A D | cpu.h | 371 #define CPUF_PRESENT 0x1000 /* CPU is present */ macro
|
/netbsd/sys/arch/mips/mips/ |
H A D | cpu_subr.c | 96 .ci_flags = CPUF_PRIMARY|CPUF_PRESENT|CPUF_RUNNING, 934 atomic_or_ulong(&ci->ci_flags, CPUF_PRESENT); in cpu_hatch()
|
H A D | genassym.cf | 337 define CPUF_PRESENT CPUF_PRESENT
|
H A D | locore_mips3.S | 846 or t0, t0, CPUF_PRESENT
|
/netbsd/sys/arch/mips/cavium/ |
H A D | octeon_cpunode.c | 170 atomic_or_ulong(&curcpu()->ci_flags, CPUF_PRESENT); in octeon_fixup_cpu_info_references()
|