Searched refs:control_code_buffer (Results 1 – 1 of 1) sorted by relevance
60 void *control_code_buffer; in machine_kexec_prepare() local65 control_code_buffer = page_address(image->control_code_page); in machine_kexec_prepare()66 memcpy((void *)control_code_buffer, (const void *)func[0], in machine_kexec_prepare()68 flush_icache_range((unsigned long)control_code_buffer, in machine_kexec_prepare()69 (unsigned long)control_code_buffer + relocate_new_kernel_size); in machine_kexec_prepare()