restart_fn        112 arch/s390/include/asm/lowcore.h 	__u64	restart_fn;			/* 0x0368 */
restart_fn        167 arch/s390/kernel/asm-offsets.c 	OFFSET(__LC_RESTART_FN, lowcore, restart_fn);
restart_fn        446 arch/s390/kernel/setup.c 	lc->restart_fn = (unsigned long) do_restart;
restart_fn        452 arch/s390/kernel/setup.c 	mem_assign_absolute(S390_lowcore.restart_fn, lc->restart_fn);
restart_fn        304 arch/s390/kernel/smp.c 	lc->restart_fn = (unsigned long) func;
restart_fn        332 arch/s390/kernel/smp.c 	mem_assign_absolute(lc->restart_fn, (unsigned long) func);
restart_fn        876 arch/s390/kernel/smp.c 	S390_lowcore.restart_fn = (unsigned long) do_restart;