Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dmachine_kexec.c30 void (*_machine_kexec_shutdown)(void) = NULL; variable
138 if (_machine_kexec_shutdown) in machine_shutdown()
139 _machine_kexec_shutdown(); in machine_shutdown()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dkexec.h38 extern void (*_machine_kexec_shutdown)(void);
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/
H A Dsetup.c916 _machine_kexec_shutdown = octeon_shutdown; in prom_init()