Searched refs:cpu_reset_func (Results 1 – 1 of 1) sorted by relevance
434 static void (*cpu_reset_func)(void *, int); variable440 if (cpu_reset_func == NULL) { in cpu_set_reset_func()441 cpu_reset_func = func; in cpu_set_reset_func()490 if (cpu_reset_func == NULL) { in cpu_reboot()500 (*cpu_reset_func)(cpu_reset_func_arg, RB_HALT); in cpu_reboot()505 (*cpu_reset_func)(cpu_reset_func_arg, RB_AUTOBOOT); in cpu_reboot()