Lines Matching +full:slave +full:- +full:kernel
1 // SPDX-License-Identifier: GPL-2.0-only
12 * Based on kexec-tools' kexec-elf-ppc64.c, fs2dt.c.
13 * Heavily modified for the kernel by
26 * setup_kdump_cmdline - Prepend "elfcorehdr=<addr> " to command line
27 * of kdump kernel for exporting the core.
34 * Returns new cmdline buffer for kdump kernel on success, NULL otherwise.
47 image->elf_load_addr); in setup_kdump_cmdline()
57 cmdline_ptr[COMMAND_LINE_SIZE - 1] = '\0'; in setup_kdump_cmdline()
62 * setup_purgatory - initialize the purgatory's global variables
64 * @slave_code: Slave code for the purgatory.
65 * @fdt: Flattened device tree for the next kernel.
66 * @kernel_load_addr: Address where the kernel is loaded.
80 return -ENOMEM; in setup_purgatory()
82 /* Get the slave code from the new kernel and put it in purgatory. */ in setup_purgatory()
99 ret = kexec_purgatory_get_set_symbol(image, "kernel", &kernel_load_addr, in setup_purgatory()