Searched refs:restart_stack (Results 1 – 5 of 5) sorted by relevance
289 void *restart_stack __attribute__((__section__(".data"))); variable348 restart_stack = __alloc_bootmem(ASYNC_SIZE, ASYNC_SIZE, 0); in setup_lowcore()349 restart_stack += ASYNC_SIZE; in setup_lowcore()356 lc->restart_stack = (unsigned long) restart_stack; in setup_lowcore()362 mem_assign_absolute(S390_lowcore.restart_stack, lc->restart_stack); in setup_lowcore()
9 extern void *restart_stack;
272 lc->restart_stack = lc->kernel_stack; in pcpu_start_fn()294 mem_assign_absolute(lc->restart_stack, stack); in pcpu_delegate()347 pcpu_delegate(pcpu, func, data, (unsigned long) restart_stack); in smp_call_online_cpu()772 S390_lowcore.restart_stack = (unsigned long) restart_stack; in smp_start_secondary()
149 DEFINE(__LC_RESTART_STACK, offsetof(struct _lowcore, restart_stack)); in main()
125 __u64 restart_stack; /* 0x0338 */ member