Lines Matching full:be
18 * by @a id. It may be called to restart a CPU that had been
20 * After the CPU has finished initialization, the CPU will be
23 * @note This function must not be used on currently running
24 * CPU. The target CPU must be in off state, or in
27 * Detection of such state(s) must be provided by
36 * @param fn Function to be called before letting scheduler
50 * must be provided by the platform layers). It may be used
52 * data on the interrupt or idle stack be preserved.
54 * @note This function must not be used on currently running
55 * CPU. The target CPU must be in suspended state, or
58 * Detection of such state(s) must be provided by
62 * @param fn Function to be called before resuming context.
64 * @param reinit_timer True if timer needs to be re-initialized.