Home
last modified time | relevance | path

Searched refs:relocate_kernel (Results 1 – 16 of 16) sorted by relevance

/linux/arch/s390/kernel/
H A Drelocate_kernel.S29 SYM_CODE_START(relocate_kernel)
69 SYM_CODE_END(relocate_kernel)
76 SYM_DATA(relocate_kernel_len, .quad relocate_kernel_end - relocate_kernel)
/linux/arch/x86/kernel/
H A Drelocate_kernel_64.S31 .section .data..relocate_kernel,"a";
60 .section .text..relocate_kernel,"ax";
62 SYM_CODE_START_NOALIGN(relocate_kernel)
127 SYM_CODE_END(relocate_kernel)
H A Dvmlinux.lds.S109 *(.text..relocate_kernel); \
110 *(.data..relocate_kernel); \
H A Dmachine_kexec_32.c193 memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE); in machine_kexec()
/linux/arch/arm64/kernel/pi/
H A Drelocate.c15 void __init relocate_kernel(u64 offset) in relocate_kernel() function
H A Dpi.h29 void relocate_kernel(u64 offset);
H A Dmap_kernel.c103 relocate_kernel(kaslr_offset); in map_kernel()
/linux/arch/m68k/kernel/
H A DMakefile20 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/linux/arch/sh/kernel/
H A DMakefile33 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
/linux/arch/loongarch/kernel/
H A Dhead.S85 bl relocate_kernel
H A DMakefile64 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
H A Drelocate.c282 unsigned long __init relocate_kernel(void) in relocate_kernel() function
/linux/arch/parisc/kernel/
H A DMakefile44 obj-$(CONFIG_KEXEC_CORE) += kexec.o relocate_kernel.o
/linux/arch/arm64/kernel/
H A DMakefile62 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o \
/linux/arch/mips/kernel/
H A DMakefile93 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o crash.o
/linux/arch/riscv/mm/
H A Dinit.c305 static void __init relocate_kernel(void) in relocate_kernel() function
1103 relocate_kernel(); in setup_vm()
1305 relocate_kernel(); in setup_vm()