Lines Matching full:kexec
3 * kexec for arm64
12 #include <linux/kexec.h>
36 kexec_dprintk(" kexec kimage info:\n"); in _kexec_image_info()
49 * machine_kexec_prepare - Prepare for a kexec reboot.
51 * Called from the core kexec code when a kernel image is loaded.
52 * Forbid loading a kexec kernel if we have no way of hotplugging cpus or cpus
58 pr_err("Can't kexec: CPUs are stuck in the kernel.\n"); in machine_kexec_prepare()
89 /* Allocates pages for kexec page table */
161 * machine_kexec - Do the kexec reboot.
163 * Called from the core kexec code for a sys_reboot with LINUX_REBOOT_CMD_KEXEC.
185 * In kexec case, kimage->start points to purgatory assuming that in machine_kexec()
187 * userspace (kexec-tools). in machine_kexec()