Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dx86_smp.h33 extern char *bootSTK;
/f-stack/freebsd/amd64/amd64/
H A Dmpboot.S272 movq bootSTK, %rsp
H A Dmp_machdep.c495 bootSTK = (char *)bootstacks[cpu] + in native_start_all_aps()
/f-stack/freebsd/x86/xen/
H A Dpv.c370 bootSTK = (char *)bootstacks[cpu] + kstack_pages * PAGE_SIZE - 8; in start_xen_ap()
377 ctxt->user_regs.rsp = (unsigned long) bootSTK; in start_xen_ap()
/f-stack/freebsd/i386/i386/
H A Dmpboot.s119 movl bootSTK,%esp /* boot stack end loc. */
H A Dmp_machdep.c350 bootSTK = (char *)bootstacks[cpu] + kstack_pages * in start_all_aps()
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c93 char *bootSTK; variable