Home
last modified time | relevance | path

Searched refs:restart_fn (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/s390/kernel/
Dsetup.c359 lc->restart_fn = (unsigned long) do_restart; in setup_lowcore()
365 mem_assign_absolute(S390_lowcore.restart_fn, lc->restart_fn); in setup_lowcore()
Dsmp.c277 lc->restart_fn = (unsigned long) func; in pcpu_start_fn()
299 mem_assign_absolute(lc->restart_fn, (unsigned long) func); in pcpu_delegate()
789 S390_lowcore.restart_fn = (unsigned long) do_restart; in smp_start_secondary()
Dasm-offsets.c162 OFFSET(__LC_RESTART_FN, _lowcore, restart_fn); in main()
/linux-4.4.14/arch/s390/include/asm/
Dlowcore.h128 __u64 restart_fn; /* 0x0340 */ member