Searched refs:restart_fn (Results 1 – 4 of 4) sorted by relevance
449 lc->restart_fn = (unsigned long) do_restart; in setup_lowcore()464 abs_lc->restart_fn = lc->restart_fn; in setup_lowcore()
301 lc->restart_fn = (unsigned long) func; in pcpu_start_fn()337 lc->restart_fn = (unsigned long)func; in pcpu_delegate()343 abs_lc->restart_fn = (unsigned long)func; in pcpu_delegate()843 lc->restart_fn = (unsigned long)do_restart; in smp_start_secondary()
133 OFFSET(__LC_RESTART_FN, lowcore, restart_fn); in main()
141 __u64 restart_fn; /* 0x0370 */ member