Searched refs:restart_stack (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/arch/s390/kernel/
H A Dentry.h9 extern void *restart_stack;
H A Dsetup.c289 void *restart_stack __attribute__((__section__(".data"))); variable
348 restart_stack = __alloc_bootmem(ASYNC_SIZE, ASYNC_SIZE, 0); setup_lowcore()
349 restart_stack += ASYNC_SIZE; setup_lowcore()
356 lc->restart_stack = (unsigned long) restart_stack; setup_lowcore()
362 mem_assign_absolute(S390_lowcore.restart_stack, lc->restart_stack); setup_lowcore()
H A Dsmp.c272 lc->restart_stack = lc->kernel_stack; pcpu_start_fn()
294 mem_assign_absolute(lc->restart_stack, stack); pcpu_delegate()
347 pcpu_delegate(pcpu, func, data, (unsigned long) restart_stack); smp_call_online_cpu()
772 S390_lowcore.restart_stack = (unsigned long) restart_stack; smp_start_secondary()
H A Dasm-offsets.c149 DEFINE(__LC_RESTART_STACK, offsetof(struct _lowcore, restart_stack)); main()
/linux-4.1.27/arch/s390/include/asm/
H A Dlowcore.h125 __u64 restart_stack; /* 0x0338 */ member in struct:_lowcore

Completed in 110 milliseconds