Searched refs:relocate_kernel (Results 1 – 22 of 22) sorted by relevance
/linux/arch/x86/kernel/ |
H A D | relocate_kernel_32.S | 40 SYM_CODE_START_NOALIGN(relocate_kernel) 94 addl $(identity_mapped - relocate_kernel), %eax 99 SYM_CODE_END(relocate_kernel) 182 subl $(1b - relocate_kernel), %ebx 198 addl $(virtual_mapped - relocate_kernel), %eax 291 .set kexec_control_code_size, . - relocate_kernel
|
H A D | relocate_kernel_64.S | 48 SYM_CODE_START_NOALIGN(relocate_kernel) 111 addq $(identity_mapped - relocate_kernel), %r8 116 SYM_CODE_END(relocate_kernel) 222 leaq relocate_kernel(%rip), %r8 329 .skip KEXEC_CONTROL_CODE_MAX_SIZE - (. - relocate_kernel), 0xcc
|
H A D | machine_kexec_64.c | 159 vaddr = (unsigned long)relocate_kernel; in init_transition_pgtable() 361 __memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE); in machine_kexec() 391 image->start = relocate_kernel((unsigned long)image->head, in machine_kexec()
|
H A D | callthunks.c | 142 if (dest >= (void *)relocate_kernel && in skip_addr() 143 dest < (void*)relocate_kernel + KEXEC_CONTROL_CODE_MAX_SIZE) in skip_addr()
|
H A D | machine_kexec_32.c | 198 memcpy(control_page, relocate_kernel, KEXEC_CONTROL_CODE_MAX_SIZE); in machine_kexec()
|
/linux/arch/s390/kernel/ |
H A D | relocate_kernel.S | 29 SYM_CODE_START(relocate_kernel) 69 SYM_CODE_END(relocate_kernel) 76 SYM_DATA(relocate_kernel_len, .quad relocate_kernel_end - relocate_kernel)
|
H A D | machine_kexec.c | 37 extern const unsigned char relocate_kernel[]; 205 memcpy(reboot_code_buffer, relocate_kernel, relocate_kernel_len); in machine_kexec_prepare()
|
H A D | Makefile | 68 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
|
/linux/arch/x86/include/asm/ |
H A D | kexec.h | 120 relocate_kernel(unsigned long indirection_page, 127 relocate_kernel(unsigned long indirection_page,
|
/linux/arch/loongarch/include/asm/ |
H A D | setup.h | 42 extern unsigned long __init relocate_kernel(void);
|
/linux/arch/arm64/kernel/pi/ |
H A D | relocate.c | 15 void __init relocate_kernel(u64 offset) in relocate_kernel() function
|
H A D | pi.h | 28 void relocate_kernel(u64 offset);
|
H A D | map_kernel.c | 97 relocate_kernel(kaslr_offset); in map_kernel()
|
/linux/arch/sh/kernel/ |
H A D | Makefile | 36 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
|
/linux/arch/parisc/kernel/ |
H A D | Makefile | 43 obj-$(CONFIG_KEXEC_CORE) += kexec.o relocate_kernel.o
|
/linux/arch/mips/kernel/ |
H A D | head.S | 124 jal relocate_kernel
|
H A D | Makefile | 93 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o crash.o
|
/linux/arch/loongarch/kernel/ |
H A D | head.S | 91 bl relocate_kernel
|
H A D | relocate.c | 211 unsigned long __init relocate_kernel(void) in relocate_kernel() function
|
/linux/arch/arm/kernel/ |
H A D | Makefile | 62 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
|
/linux/arch/powerpc/kernel/ |
H A D | head_book3s_32.S | 191 bne relocate_kernel 751 relocate_kernel: label
|
/linux/arch/riscv/mm/ |
H A D | init.c | 895 static void __init relocate_kernel(void) in relocate_kernel() function 1174 relocate_kernel(); in setup_vm()
|