Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/virt68k/virt68k/
H A Dmachdep.c434 static void (*cpu_reset_func)(void *, int); variable
440 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()