Searched refs:restart_stack (Results 1 – 6 of 6) sorted by relevance
306 void *restart_stack __section(.data);433 restart_stack = memblock_alloc(THREAD_SIZE, THREAD_SIZE); in setup_lowcore_dat_off()434 if (!restart_stack) in setup_lowcore_dat_off()437 restart_stack += STACK_INIT_OFFSET; in setup_lowcore_dat_off()444 lc->restart_stack = (unsigned long) restart_stack; in setup_lowcore_dat_off()450 mem_assign_absolute(S390_lowcore.restart_stack, lc->restart_stack); in setup_lowcore_dat_off()
11 extern void *restart_stack;
301 lc->restart_stack = lc->nodat_stack; in pcpu_start_fn()329 mem_assign_absolute(lc->restart_stack, stack); in pcpu_delegate()377 pcpu_delegate(pcpu, func, data, (unsigned long) restart_stack); in smp_call_online_cpu()873 S390_lowcore.restart_stack = (unsigned long) restart_stack; in smp_start_secondary()
86 top = S390_lowcore.restart_stack + frame_size; in in_restart_stack()
164 OFFSET(__LC_RESTART_STACK, lowcore, restart_stack); in main()
109 __u64 restart_stack; /* 0x0360 */ member