Home
last modified time | relevance | path

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

/linux-5.19.10/arch/riscv/kernel/
Dmachine_kexec.c58 unsigned int control_code_buffer_sz = 0; in machine_kexec_prepare() local
88 control_code_buffer_sz = page_size(image->control_code_page); in machine_kexec_prepare()
90 if (unlikely(riscv_kexec_relocate_size > control_code_buffer_sz)) { in machine_kexec_prepare()