reboot_code_buffer_phys  146 arch/arm64/kernel/machine_kexec.c 	phys_addr_t reboot_code_buffer_phys;
reboot_code_buffer_phys  158 arch/arm64/kernel/machine_kexec.c 	reboot_code_buffer_phys = page_to_phys(kimage->control_code_page);
reboot_code_buffer_phys  159 arch/arm64/kernel/machine_kexec.c 	reboot_code_buffer = phys_to_virt(reboot_code_buffer_phys);
reboot_code_buffer_phys  166 arch/arm64/kernel/machine_kexec.c 		&reboot_code_buffer_phys);
reboot_code_buffer_phys  218 arch/arm64/kernel/machine_kexec.c 	cpu_soft_restart(reboot_code_buffer_phys, kimage->head, kimage->start,
reboot_code_buffer_phys   33 arch/powerpc/kernel/machine_kexec_32.c 	unsigned long reboot_code_buffer, reboot_code_buffer_phys;
reboot_code_buffer_phys   48 arch/powerpc/kernel/machine_kexec_32.c 	reboot_code_buffer_phys = virt_to_phys((void *)reboot_code_buffer);
reboot_code_buffer_phys   59 arch/powerpc/kernel/machine_kexec_32.c 		relocate_new_kernel(page_list, reboot_code_buffer_phys, image->start);
reboot_code_buffer_phys   63 arch/powerpc/kernel/machine_kexec_32.c 	(*rnk)(page_list, reboot_code_buffer_phys, image->start);