Searched refs:reboot_code_buffer (Results 1 – 7 of 7) sorted by relevance
/linux/arch/powerpc/kexec/ |
A D | core_32.c | 19 unsigned long reboot_code_buffer, 33 unsigned long reboot_code_buffer, reboot_code_buffer_phys; in default_machine_kexec() local 46 reboot_code_buffer = in default_machine_kexec() 48 reboot_code_buffer_phys = virt_to_phys((void *)reboot_code_buffer); in default_machine_kexec() 51 memcpy((void *)reboot_code_buffer, relocate_new_kernel, in default_machine_kexec() 54 flush_icache_range(reboot_code_buffer, in default_machine_kexec() 55 reboot_code_buffer + KEXEC_CONTROL_PAGE_SIZE); in default_machine_kexec() 62 rnk = (relocate_new_kernel_t) reboot_code_buffer; in default_machine_kexec()
|
/linux/arch/mips/kernel/ |
A D | machine_kexec.c | 21 static unsigned long reboot_code_buffer; variable 164 reboot_code_buffer + relocate_new_kernel_size); in kexec_nonboot_cpu_jump() 201 local_flush_icache_range(reboot_code_buffer, in kexec_reboot() 202 reboot_code_buffer + relocate_new_kernel_size); in kexec_reboot() 204 do_kexec = (void *)reboot_code_buffer; in kexec_reboot() 214 reboot_code_buffer = in machine_kexec() 227 memcpy((void*)reboot_code_buffer, relocate_new_kernel, in machine_kexec() 258 relocated_kexec_smp_wait = reboot_code_buffer + in machine_kexec()
|
/linux/arch/m68k/kernel/ |
A D | machine_kexec.c | 40 void *reboot_code_buffer; in machine_kexec() local 43 reboot_code_buffer = page_address(image->control_code_page); in machine_kexec() 45 memcpy(reboot_code_buffer, relocate_new_kernel, in machine_kexec() 56 ((relocate_kernel_t) reboot_code_buffer)(image->head & PAGE_MASK, in machine_kexec()
|
/linux/arch/sh/kernel/ |
A D | machine_kexec.c | 24 unsigned long reboot_code_buffer, 72 unsigned long reboot_code_buffer; in machine_kexec() local 104 reboot_code_buffer = in machine_kexec() 108 memcpy((void *)reboot_code_buffer, relocate_new_kernel, in machine_kexec() 117 rnk = (relocate_new_kernel_t) reboot_code_buffer; in machine_kexec() 118 (*rnk)(page_list, reboot_code_buffer, in machine_kexec()
|
/linux/arch/arm/kernel/ |
A D | machine_kexec.c | 155 void *reboot_code_buffer; in machine_kexec() local 167 reboot_code_buffer = page_address(image->control_code_page); in machine_kexec() 170 reboot_entry = fncpy(reboot_code_buffer, in machine_kexec() 174 data = reboot_code_buffer + relocate_new_kernel_size; in machine_kexec()
|
/linux/arch/s390/kernel/ |
A D | machine_kexec.c | 201 void *reboot_code_buffer; in machine_kexec_prepare() local 211 reboot_code_buffer = (void *) page_to_phys(image->control_code_page); in machine_kexec_prepare() 214 memcpy(reboot_code_buffer, relocate_kernel, relocate_kernel_len); in machine_kexec_prepare()
|
/linux/arch/powerpc/include/asm/ |
A D | kexec.h | 96 void relocate_new_kernel(unsigned long indirection_page, unsigned long reboot_code_buffer,
|
Completed in 12 milliseconds