Home
last modified time | relevance | path

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

/linux-4.1.27/arch/c6x/kernel/
Dprocess.c24 void (*c6x_restart)(void); variable
62 if (c6x_restart) in machine_restart()
63 c6x_restart(); in machine_restart()
/linux-4.1.27/arch/c6x/include/asm/
Dprocessor.h134 extern void (*c6x_restart)(void);