Searched refs:restart_stack (Results 1 – 5 of 5) sorted by relevance
290 void *restart_stack __attribute__((__section__(".data"))); variable350 restart_stack = __alloc_bootmem(ASYNC_SIZE, ASYNC_SIZE, 0); in setup_lowcore()351 restart_stack += ASYNC_SIZE; in setup_lowcore()358 lc->restart_stack = (unsigned long) restart_stack; in setup_lowcore()364 mem_assign_absolute(S390_lowcore.restart_stack, lc->restart_stack); in setup_lowcore()
9 extern void *restart_stack;
276 lc->restart_stack = lc->kernel_stack; in pcpu_start_fn()298 mem_assign_absolute(lc->restart_stack, stack); in pcpu_delegate()351 pcpu_delegate(pcpu, func, data, (unsigned long) restart_stack); in smp_call_online_cpu()788 S390_lowcore.restart_stack = (unsigned long) restart_stack; in smp_start_secondary()
161 OFFSET(__LC_RESTART_STACK, _lowcore, restart_stack); in main()
125 __u64 restart_stack; /* 0x0338 */ member