Home
last modified time | relevance | path

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

/linux-6.14.4/arch/riscv/kernel/
Dmachine_kexec.c35 void *control_code_buffer = NULL; in machine_kexec_prepare() local
63 control_code_buffer = page_address(image->control_code_page); in machine_kexec_prepare()
71 memcpy(control_code_buffer, riscv_kexec_relocate, in machine_kexec_prepare()
75 set_memory_x((unsigned long) control_code_buffer, 1); in machine_kexec_prepare()
157 void *control_code_buffer = page_address(image->control_code_page); in machine_kexec() local
166 kexec_method = control_code_buffer; in machine_kexec()