Searched refs:_machine_kexec_prepare (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/mips/kernel/
H A Dmachine_kexec.c22 int (*_machine_kexec_prepare)(struct kimage *) = NULL; variable
33 if (_machine_kexec_prepare) machine_kexec_prepare()
34 return _machine_kexec_prepare(kimage); machine_kexec_prepare()
/linux-4.1.27/arch/mips/include/asm/
H A Dkexec.h39 extern int (*_machine_kexec_prepare)(struct kimage *);
/linux-4.1.27/arch/mips/cavium-octeon/
H A Dsetup.c866 _machine_kexec_prepare = octeon_kexec_prepare; prom_init()

Completed in 638 milliseconds