Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/kernel/
Dsetup.c290 void *restart_stack __attribute__((__section__(".data"))); variable
350 restart_stack = __alloc_bootmem(ASYNC_SIZE, ASYNC_SIZE, 0); in setup_lowcore()
351 restart_stack += ASYNC_SIZE; in setup_lowcore()
358 lc->restart_stack = (unsigned long) restart_stack; in setup_lowcore()
364 mem_assign_absolute(S390_lowcore.restart_stack, lc->restart_stack); in setup_lowcore()
Dentry.h9 extern void *restart_stack;
Dsmp.c276 lc->restart_stack = lc->kernel_stack; in pcpu_start_fn()
298 mem_assign_absolute(lc->restart_stack, stack); in pcpu_delegate()
351 pcpu_delegate(pcpu, func, data, (unsigned long) restart_stack); in smp_call_online_cpu()
788 S390_lowcore.restart_stack = (unsigned long) restart_stack; in smp_start_secondary()
Dasm-offsets.c161 OFFSET(__LC_RESTART_STACK, _lowcore, restart_stack); in main()
/linux-4.4.14/arch/s390/include/asm/
Dlowcore.h125 __u64 restart_stack; /* 0x0338 */ member