Home
last modified time | relevance | path

Searched refs:bootAP (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/x86/include/
H A Dx86_smp.h32 extern int bootAP;
/freebsd/sys/i386/i386/
H A Dmp_machdep.c281 myid = bootAP; in init_secondary()
400 bootAP = cpu; in start_all_aps()
/freebsd/sys/amd64/amd64/
H A Dmp_machdep.c206 cpu = bootAP; in init_secondary()
444 bootAP = cpu; in start_all_aps()
/freebsd/sys/x86/x86/
H A Dmp_x86.c94 int bootAP; variable