Home
last modified time | relevance | path

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

/Linux-v6.1/arch/s390/kernel/
Dsetup.c476 lc->restart_fn = (unsigned long) do_restart; in setup_lowcore_dat_off()
482 abs_lc->restart_fn = lc->restart_fn; in setup_lowcore_dat_off()
Dsmp.c304 lc->restart_fn = (unsigned long) func; in pcpu_start_fn()
340 lc->restart_fn = (unsigned long)func; in pcpu_delegate()
346 abs_lc->restart_fn = (unsigned long)func; in pcpu_delegate()
894 S390_lowcore.restart_fn = (unsigned long)do_restart; in smp_start_secondary()
Dasm-offsets.c132 OFFSET(__LC_RESTART_FN, lowcore, restart_fn); in main()
/Linux-v6.1/arch/s390/include/asm/
Dlowcore.h136 __u64 restart_fn; /* 0x0370 */ member