Home
last modified time | relevance | path

Searched refs:bootSTK (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/x86/include/
H A Dx86_smp.h34 extern char *bootSTK;
/freebsd/sys/amd64/amd64/
H A Dmpboot.S260 movq bootSTK, %rsp
H A Dmp_machdep.c430 bootSTK = (char *)bootstacks[cpu] + in start_all_aps()
/freebsd/sys/i386/i386/
H A Dmpboot.S117 movl bootSTK,%esp /* boot stack end loc. */
H A Dmp_machdep.c400 bootSTK = (char *)bootstacks[cpu] + kstack_pages * in start_all_aps()
/freebsd/sys/x86/x86/
H A Dmp_x86.c93 char *bootSTK; variable