Home
last modified time | relevance | path

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

/freebsd-13.1/sys/x86/include/
H A Dx86_smp.h35 extern int bootAP;
/freebsd-13.1/sys/i386/i386/
H A Dmp_machdep.c286 myid = bootAP; in init_secondary()
407 bootAP = cpu; in start_all_aps()
/freebsd-13.1/sys/amd64/amd64/
H A Dmp_machdep.c196 cpu = bootAP; in init_secondary()
442 bootAP = cpu; in native_start_all_aps()
/freebsd-13.1/sys/x86/xen/
H A Dpv.c370 bootAP = cpu; in start_xen_ap()
/freebsd-13.1/sys/x86/x86/
H A Dmp_x86.c102 int bootAP; variable