Searched refs:stack_alloc_early (Results 1 – 1 of 1) sorted by relevance
390 static unsigned long __init stack_alloc_early(void) in stack_alloc_early() function444 restart_stack = (void *)(stack_alloc_early() + STACK_INIT_OFFSET); in setup_lowcore()445 lc->mcck_stack = stack_alloc_early() + STACK_INIT_OFFSET; in setup_lowcore()446 lc->async_stack = stack_alloc_early() + STACK_INIT_OFFSET; in setup_lowcore()447 lc->nodat_stack = stack_alloc_early() + STACK_INIT_OFFSET; in setup_lowcore()