Home
last modified time | relevance | path

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

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