Searched refs:relocate_kernel (Results 1 – 17 of 17) sorted by relevance
40 SYM_CODE_START_NOALIGN(relocate_kernel)94 addl $(identity_mapped - relocate_kernel), %eax99 SYM_CODE_END(relocate_kernel)182 subl $(1b - relocate_kernel), %ebx198 addl $(virtual_mapped - relocate_kernel), %eax291 .set kexec_control_code_size, . - relocate_kernel
31 .section .data..relocate_kernel,"a";43 .section .text..relocate_kernel,"ax";45 SYM_CODE_START_NOALIGN(relocate_kernel)103 SYM_CODE_END(relocate_kernel)
147 if (dest >= (void *)relocate_kernel && in skip_addr()148 dest < (void*)relocate_kernel + KEXEC_CONTROL_CODE_MAX_SIZE) in skip_addr()
103 *(.text..relocate_kernel); \104 *(.data..relocate_kernel); \
29 SYM_CODE_START(relocate_kernel)69 SYM_CODE_END(relocate_kernel)76 SYM_DATA(relocate_kernel_len, .quad relocate_kernel_end - relocate_kernel)
37 extern const unsigned char relocate_kernel[];205 memcpy(reboot_code_buffer, relocate_kernel, relocate_kernel_len); in machine_kexec_prepare()
42 extern unsigned long __init relocate_kernel(void);
15 void __init relocate_kernel(u64 offset) in relocate_kernel() function
28 void relocate_kernel(u64 offset);
36 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
43 obj-$(CONFIG_KEXEC_CORE) += kexec.o relocate_kernel.o
91 bl relocate_kernel
211 unsigned long __init relocate_kernel(void) in relocate_kernel() function
63 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o
93 obj-$(CONFIG_KEXEC_CORE) += machine_kexec.o relocate_kernel.o crash.o
191 bne relocate_kernel751 relocate_kernel: label
899 static void __init relocate_kernel(void) in relocate_kernel() function1178 relocate_kernel(); in setup_vm()