Home
last modified time | relevance | path

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

/freebsd-13.1/sys/x86/include/
H A Dx86_smp.h37 extern char *bootSTK;
/freebsd-13.1/sys/amd64/amd64/
H A Dmpboot.S262 movq bootSTK, %rsp
H A Dmp_machdep.c440 bootSTK = (char *)bootstacks[cpu] + in native_start_all_aps()
/freebsd-13.1/sys/x86/xen/
H A Dpv.c369 bootSTK = (char *)bootstacks[cpu] + kstack_pages * PAGE_SIZE - 8; in start_xen_ap()
376 ctxt->user_regs.rsp = (unsigned long) bootSTK; in start_xen_ap()
/freebsd-13.1/sys/i386/i386/
H A Dmpboot.s119 movl bootSTK,%esp /* boot stack end loc. */
H A Dmp_machdep.c405 bootSTK = (char *)bootstacks[cpu] + kstack_pages * in start_all_aps()
/freebsd-13.1/sys/x86/x86/
H A Dmp_x86.c101 char *bootSTK; variable