c6x_restart       111 arch/c6x/include/asm/processor.h extern void (*c6x_restart)(void);
c6x_restart        22 arch/c6x/kernel/process.c void	(*c6x_restart)(void);
c6x_restart        60 arch/c6x/kernel/process.c 	if (c6x_restart)
c6x_restart        61 arch/c6x/kernel/process.c 		c6x_restart();