Home
last modified time | relevance | path

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

/linux-5.19.10/arch/riscv/kernel/
Dmachine_kexec.c57 void *control_code_buffer = NULL; in machine_kexec_prepare() local
87 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() local
199 kexec_method = control_code_buffer; in machine_kexec()
/linux-5.19.10/arch/ia64/kernel/
Dmachine_kexec.c59 void *control_code_buffer; in machine_kexec_prepare() local
64 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()