Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dmachine_kexec.c35 void *control_code_buffer = NULL; in machine_kexec_prepare() local
66 control_code_buffer = page_address(image->control_code_page); in machine_kexec_prepare()
74 memcpy(control_code_buffer, riscv_kexec_relocate, in machine_kexec_prepare()
78 set_memory_x((unsigned long) control_code_buffer, 1); in machine_kexec_prepare()
160 void *control_code_buffer = page_address(image->control_code_page); in machine_kexec() local
169 kexec_method = control_code_buffer; in machine_kexec()