Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/kernel/
Dmachine_kexec.c60 void *control_code_buffer; in machine_kexec_prepare() local
65 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()