Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kernel/
H A Dsetup.c441 lc->restart_fn = (unsigned long) do_restart; in setup_lowcore()
456 abs_lc->restart_fn = lc->restart_fn; in setup_lowcore()
H A Dsmp.c295 lc->restart_fn = (unsigned long) func; in pcpu_start_fn()
331 lc->restart_fn = (unsigned long)func; in pcpu_delegate()
337 abs_lc->restart_fn = (unsigned long)func; in pcpu_delegate()
831 lc->restart_fn = (unsigned long)do_restart; in smp_start_secondary()
H A Dasm-offsets.c132 OFFSET(__LC_RESTART_FN, lowcore, restart_fn); in main()
/linux-6.15/arch/s390/include/asm/
H A Dlowcore.h142 __u64 restart_fn; /* 0x0370 */ member