Searched refs:reboot_code_buffer_phys (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kexec/ |
H A D | core_32.c | 33 unsigned long reboot_code_buffer, reboot_code_buffer_phys; in default_machine_kexec() local 48 reboot_code_buffer_phys = virt_to_phys((void *)reboot_code_buffer); in default_machine_kexec() 59 relocate_new_kernel(page_list, reboot_code_buffer_phys, image->start); in default_machine_kexec() 63 (*rnk)(page_list, reboot_code_buffer_phys, image->start); in default_machine_kexec()
|
/kernel/linux/linux-6.6/arch/powerpc/kexec/ |
H A D | core_32.c | 33 unsigned long reboot_code_buffer, reboot_code_buffer_phys; in default_machine_kexec() local 48 reboot_code_buffer_phys = virt_to_phys((void *)reboot_code_buffer); in default_machine_kexec() 59 relocate_new_kernel(page_list, reboot_code_buffer_phys, image->start); in default_machine_kexec() 63 (*rnk)(page_list, reboot_code_buffer_phys, image->start); in default_machine_kexec()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | machine_kexec.c | 146 phys_addr_t reboot_code_buffer_phys; in machine_kexec() local 158 reboot_code_buffer_phys = page_to_phys(kimage->control_code_page); in machine_kexec() 159 reboot_code_buffer = phys_to_virt(reboot_code_buffer_phys); in machine_kexec() 206 cpu_soft_restart(reboot_code_buffer_phys, kimage->head, kimage->start, in machine_kexec()
|
Completed in 2 milliseconds