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