Searched refs:reboot_code_buffer_phys (Results 1 – 2 of 2) sorted by relevance
33 unsigned long reboot_code_buffer, reboot_code_buffer_phys; in default_machine_kexec() local48 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()
146 phys_addr_t reboot_code_buffer_phys; in machine_kexec() local158 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()