Home
last modified time | relevance | path

Searched refs:reboot_code_buffer_phys (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/powerpc/kernel/
Dmachine_kexec_32.c36 unsigned long reboot_code_buffer, reboot_code_buffer_phys; in default_machine_kexec() local
51 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()
/Linux-v4.19/arch/arm64/kernel/
Dmachine_kexec.c149 phys_addr_t reboot_code_buffer_phys; in machine_kexec() local
161 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()