Searched refs:control_code_buffer (Results 1 – 2 of 2) sorted by relevance
57 void *control_code_buffer = NULL; in machine_kexec_prepare() local87 control_code_buffer = page_address(image->control_code_page); in machine_kexec_prepare()95 memcpy(control_code_buffer, riscv_kexec_relocate, in machine_kexec_prepare()99 set_memory_x((unsigned long) control_code_buffer, 1); in machine_kexec_prepare()195 void *control_code_buffer = page_address(image->control_code_page); in machine_kexec() local199 kexec_method = control_code_buffer; in machine_kexec()
59 void *control_code_buffer; in machine_kexec_prepare() local64 control_code_buffer = page_address(image->control_code_page); in machine_kexec_prepare()65 memcpy((void *)control_code_buffer, (const void *)func[0], in machine_kexec_prepare()67 flush_icache_range((unsigned long)control_code_buffer, in machine_kexec_prepare()68 (unsigned long)control_code_buffer + relocate_new_kernel_size); in machine_kexec_prepare()