/kernel/linux/linux-6.6/drivers/of/ |
H A D | kexec.c | 8 * And arch/powerpc/kexec/file_load.c: 14 #include <linux/kexec.h> 135 prop = of_get_property(of_chosen, "linux,ima-kexec-buffer", &len); in ima_get_kexec_buffer() 143 /* Do some sanity on the returned size for the ima-kexec buffer */ in ima_get_kexec_buffer() 175 prop = of_find_property(of_chosen, "linux,ima-kexec-buffer", NULL); in ima_free_kexec_buffer() 211 prop = fdt_getprop(fdt, chosen_node, "linux,ima-kexec-buffer", &len); in remove_ima_buffer() 216 fdt_delprop(fdt, chosen_node, "linux,ima-kexec-buffer"); in remove_ima_buffer() 228 * @image: kexec image being loaded. 243 "linux,ima-kexec-buffer", in setup_ima_buffer() 270 * @image: kexec imag [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | dumpstack.c | 16 #include <linux/kexec.h>
|
H A D | crash.c | 3 * Architecture specific (i386/x86_64) functions for kexec based crash dumps. 14 #define pr_fmt(fmt) "kexec: " fmt 20 #include <linux/kexec.h> 99 * The minimum amount of code to allow a kexec'd kernel in native_machine_crash_shutdown()
|
H A D | relocate_kernel_64.S | 9 #include <asm/kexec.h> 165 * used by kexec. Flush the caches before copying the kernel.
|
H A D | relocate_kernel_32.S | 9 #include <asm/kexec.h>
|
H A D | callthunks.c | 16 #include <asm/kexec.h>
|
H A D | Makefile | 103 obj-$(CONFIG_KEXEC_FILE) += kexec-bzimage64.o
|
/kernel/linux/linux-6.6/tools/testing/selftests/ |
H A D | Makefile | 39 TARGETS += kexec
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | hibernate.c | 30 #include <asm/kexec.h>
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | process.c | 42 #include <asm/kexec.h>
|
/kernel/linux/linux-5.10/arch/mips/loongson64/ |
H A D | smp.c | 15 #include <linux/kexec.h>
|
/kernel/linux/linux-5.10/arch/powerpc/kexec/ |
H A D | relocate_32.S | 3 * This file contains kexec low-level functions. 15 #include <asm/kexec.h> 74 * - Based on the kexec support code for FSL BookE 440 rlwinm r8, r0, 0, 0, 19 /* clear kexec flags, page align */ 447 rlwinm r3, r0, 0, 0, 19 /* clear kexec flags, page align */ 460 rlwinm r9, r0, 0, 0, 19 /* clear kexec flags, page align */
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | setup.c | 26 #include <linux/kexec.h>
|
H A D | smp-bmips.c | 28 #include <linux/kexec.h>
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | misc_64.S | 22 #include <asm/kexec.h> 285 #ifdef CONFIG_KEXEC_CORE /* use no memory without kexec */ 315 * assumes that 1G is enough for kexec. 488 * kexec image calling is:
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | setup.c | 26 #include <linux/kexec.h>
|
H A D | smp-bmips.c | 28 #include <linux/kexec.h>
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | process.c | 43 #include <asm/kexec.h>
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | setup.c | 23 #include <linux/kexec.h>
|
/kernel/linux/linux-6.6/arch/ia64/mm/ |
H A D | init.c | 26 #include <linux/kexec.h>
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | asm-offsets.c | 13 #include <linux/kexec.h>
|
H A D | smp.c | 34 #include <linux/kexec.h>
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | setup_64.c | 62 #include <asm/kexec.h> 506 * When book3e boots from kexec, the ePAPR spin table does in use_spinloop() 509 return of_property_read_bool(of_chosen, "linux,booted-from-kexec"); in use_spinloop()
|
H A D | misc_64.S | 24 #include <asm/kexec.h> 264 #ifdef CONFIG_KEXEC_CORE /* use no memory without kexec */ 294 * assumes that 1G is enough for kexec. 468 * kexec image calling is:
|
/kernel/linux/linux-6.6/arch/powerpc/kexec/ |
H A D | relocate_32.S | 3 * This file contains kexec low-level functions. 15 #include <asm/kexec.h> 74 * - Based on the kexec support code for FSL BookE 440 rlwinm r8, r0, 0, 0, 19 /* clear kexec flags, page align */ 447 rlwinm r3, r0, 0, 0, 19 /* clear kexec flags, page align */ 460 rlwinm r9, r0, 0, 0, 19 /* clear kexec flags, page align */
|