Home
last modified time | relevance | path

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

/Linux-v6.1/arch/s390/kernel/
Dsetup.c359 void *restart_stack; variable
464 restart_stack = memblock_alloc(THREAD_SIZE, THREAD_SIZE); in setup_lowcore_dat_off()
465 if (!restart_stack) in setup_lowcore_dat_off()
468 restart_stack += STACK_INIT_OFFSET; in setup_lowcore_dat_off()
475 lc->restart_stack = (unsigned long) restart_stack; in setup_lowcore_dat_off()
481 abs_lc->restart_stack = lc->restart_stack; in setup_lowcore_dat_off()
Dsmp.c303 lc->restart_stack = lc->kernel_stack; in pcpu_start_fn()
339 lc->restart_stack = stack; in pcpu_delegate()
345 abs_lc->restart_stack = stack; in pcpu_delegate()
395 pcpu_delegate(pcpu, func, data, (unsigned long) restart_stack); in smp_call_online_cpu()
893 S390_lowcore.restart_stack = (unsigned long)restart_stack; in smp_start_secondary()
Dentry.h12 extern void *restart_stack;
Ddumpstack.c96 top = S390_lowcore.restart_stack + frame_size; in in_restart_stack()
Dasm-offsets.c130 OFFSET(__LC_RESTART_STACK, lowcore, restart_stack); in main()
/Linux-v6.1/arch/s390/include/asm/
Dlowcore.h133 __u64 restart_stack; /* 0x0360 */ member