Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kernel/
H A Dsetup.c380 static unsigned long __init stack_alloc_early(void) in stack_alloc_early() function
430 restart_stack = (void *)(stack_alloc_early() + STACK_INIT_OFFSET); in setup_lowcore()
431 lc->mcck_stack = stack_alloc_early() + STACK_INIT_OFFSET; in setup_lowcore()
432 lc->async_stack = stack_alloc_early() + STACK_INIT_OFFSET; in setup_lowcore()
433 lc->nodat_stack = stack_alloc_early() + STACK_INIT_OFFSET; in setup_lowcore()