Searched refs:x86_mp_online (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/x86/include/
H A Dcpuvar.h128 extern bool x86_mp_online;
/netbsd-current/sys/arch/amd64/amd64/
H A Ddb_interface.c163 ddb_mp_online = x86_mp_online;
164 x86_mp_online = false;
174 x86_mp_online = ddb_mp_online;
/netbsd-current/sys/arch/i386/i386/
H A Ddb_interface.c163 ddb_mp_online = x86_mp_online;
164 x86_mp_online = false;
174 x86_mp_online = ddb_mp_online;
/netbsd-current/sys/arch/xen/x86/
H A Dxen_pmap.c189 if (__predict_false(x86_mp_online == false)) {
H A Dcpu.c178 bool x86_mp_online; variable
614 x86_mp_online = true;
/netbsd-current/sys/arch/x86/x86/
H A Dcpu.c201 bool x86_mp_online; variable
785 x86_mp_online = true;

Completed in 258 milliseconds