Searched +full:post +full:- +full:kho (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---7 - Mike Rapoport <rppt@kernel.org>11 reserve_mem command line option across kexec through KHO.12 The post-KHO kernel can then consume these reservations and they are18 - reserve-mem-v121 "$[0-9a-f_]+^":22 $ref: reserve-mem.yaml#26 - compatible31 - |[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */94 * Use ->buf when expecting to deal with user memory and use ->kbuf124 * This memory can be freed post image load.129 * relocation. This memory can be freed post image load.172 * struct kexec_buf - parameters for finding a place for a buffer in memory210 if (kbuf->random) { in kexec_random_range_start()212 *temp_start = start + (end - start) / USHRT_MAX * i; in kexec_random_range_start()264 * arch_kexec_locate_mem_hole - Find free memory to place the segments.267 * On success, kbuf->mem will have the start address of the memory region found.279 * arch_kexec_apply_relocations_add - apply relocations of type RELA[all …]
1 // SPDX-License-Identifier: GPL-2.0-only29 #include <linux/dma-map-ops.h>44 if (image->is_ima_segment_index_set && i == image->ima_segment_index) in check_ima_segment_index()70 int ret = -ENOEXEC; in kexec_image_probe_default()72 for (fops = &kexec_file_loaders[0]; *fops && (*fops)->probe; ++fops) { in kexec_image_probe_default()73 ret = (*fops)->probe(buf, buf_len); in kexec_image_probe_default()75 image->fops = *fops; in kexec_image_probe_default()85 if (!image->fops || !image->fops->load) in kexec_image_load_default()86 return ERR_PTR(-ENOEXEC); in kexec_image_load_default()88 return image->fops->load(image, image->kernel_buf, in kexec_image_load_default()[all …]
16 force -- enable ACPI if default was off17 on -- enable ACPI but allow fallback to DT [arm64,riscv64]18 off -- disable ACPI if default was on19 noirq -- do not use ACPI for IRQ routing20 strict -- Be less tolerant of platforms that are not22 rsdt -- prefer RSDT over (default) XSDT23 copy_dsdt -- copy DSDT to memory24 nocmcff -- Disable firmware first mode for corrected28 nospcr -- disable console in ACPI SPCR table as45 If set to vendor, prefer vendor-specific driver[all …]