Searched refs:bootSTK (Results 1 – 7 of 7) sorted by relevance
33 extern char *bootSTK;
272 movq bootSTK, %rsp
495 bootSTK = (char *)bootstacks[cpu] + in native_start_all_aps()
370 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()
119 movl bootSTK,%esp /* boot stack end loc. */
350 bootSTK = (char *)bootstacks[cpu] + kstack_pages * in start_all_aps()
93 char *bootSTK; variable