Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dx86_smp.h31 extern int bootAP;
/f-stack/freebsd/i386/i386/
H A Dmp_machdep.c231 myid = bootAP; in init_secondary()
352 bootAP = cpu; in start_all_aps()
/f-stack/freebsd/amd64/amd64/
H A Dmp_machdep.c271 cpu = bootAP; in init_secondary()
497 bootAP = cpu; in native_start_all_aps()
/f-stack/freebsd/x86/xen/
H A Dpv.c371 bootAP = cpu; in start_xen_ap()
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c94 int bootAP; variable