Home
last modified time | relevance | path

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

/arch/s390/kernel/
A Dsmp.c186 unsigned long async_stack, nodat_stack, mcck_stack; in pcpu_alloc_lowcore() local
190 nodat_stack = __get_free_pages(GFP_KERNEL, THREAD_SIZE_ORDER); in pcpu_alloc_lowcore()
193 if (!lc || !nodat_stack || !async_stack || !mcck_stack) in pcpu_alloc_lowcore()
198 lc->nodat_stack = nodat_stack + STACK_INIT_OFFSET; in pcpu_alloc_lowcore()
219 free_pages(nodat_stack, THREAD_SIZE_ORDER); in pcpu_alloc_lowcore()
226 unsigned long async_stack, nodat_stack, mcck_stack; in pcpu_free_lowcore() local
230 nodat_stack = lc->nodat_stack - STACK_INIT_OFFSET; in pcpu_free_lowcore()
239 free_pages(nodat_stack, THREAD_SIZE_ORDER); in pcpu_free_lowcore()
380 pcpu_delegate(ipl_pcpu, 0, func, data, lc->nodat_stack); in smp_call_ipl_cpu()
A Ddumpstack.c72 unsigned long stack = get_lowcore()->nodat_stack - STACK_INIT_OFFSET; in in_nodat_stack()
A Dasm-offsets.c128 OFFSET(__LC_NODAT_STACK, lowcore, nodat_stack); in main()
A Dsetup.c433 lc->nodat_stack = stack_alloc_early() + STACK_INIT_OFFSET; in setup_lowcore()
/arch/s390/include/asm/
A Dlowcore.h138 __u64 nodat_stack; /* 0x0358 */ member
/arch/s390/lib/
A Dtest_unwind.c359 rc = call_on_stack(1, get_lowcore()->nodat_stack, in unwindme_func2()

Completed in 13 milliseconds