Home
last modified time | relevance | path

Searched refs:stack_alloc_early (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/s390/kernel/
H A Dsetup.c390 static unsigned long __init stack_alloc_early(void) in stack_alloc_early() function
444 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()