Searched refs:reboot_code_buffer_phys (Results 1 – 2 of 2) sorted by relevance
36 unsigned long reboot_code_buffer, reboot_code_buffer_phys; in default_machine_kexec() local51 reboot_code_buffer_phys = virt_to_phys((void *)reboot_code_buffer); in default_machine_kexec()63 (*rnk)(page_list, reboot_code_buffer_phys, image->start); in default_machine_kexec()
149 phys_addr_t reboot_code_buffer_phys; in machine_kexec() local161 reboot_code_buffer_phys = page_to_phys(kimage->control_code_page); in machine_kexec()162 reboot_code_buffer = phys_to_virt(reboot_code_buffer_phys); in machine_kexec()169 &reboot_code_buffer_phys); in machine_kexec()217 cpu_soft_restart(reboot_code_buffer_phys, kimage->head, kimage->start, 0); in machine_kexec()