Home
last modified time | relevance | path

Searched refs:restart_fn (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dlowcore.h112 __u64 restart_fn; /* 0x0368 */ member
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dsetup.c440 lc->restart_fn = (unsigned long) do_restart; in setup_lowcore_dat_off()
446 mem_assign_absolute(S390_lowcore.restart_fn, lc->restart_fn); in setup_lowcore_dat_off()
H A Dasm-offsets.c138 OFFSET(__LC_RESTART_FN, lowcore, restart_fn); in main()
H A Dsmp.c306 lc->restart_fn = (unsigned long) func; in pcpu_start_fn()
334 mem_assign_absolute(lc->restart_fn, (unsigned long) func); in pcpu_delegate()
888 S390_lowcore.restart_fn = (unsigned long) do_restart; in smp_start_secondary()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dsetup.c455 lc->restart_fn = (unsigned long) do_restart; in setup_lowcore()
470 abs_lc->restart_fn = lc->restart_fn; in setup_lowcore()
H A Dsmp.c307 lc->restart_fn = (unsigned long) func; in pcpu_start_fn()
343 lc->restart_fn = (unsigned long)func; in pcpu_delegate()
349 abs_lc->restart_fn = (unsigned long)func; in pcpu_delegate()
895 S390_lowcore.restart_fn = (unsigned long)do_restart; in smp_start_secondary()
H A Dasm-offsets.c133 OFFSET(__LC_RESTART_FN, lowcore, restart_fn); in main()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dlowcore.h136 __u64 restart_fn; /* 0x0370 */ member

Completed in 8 milliseconds