Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/kernel/
Dmachine_kexec.c24 static void (*relocated_kexec_smp_wait)(void *); variable
163 local_flush_icache_range((unsigned long)relocated_kexec_smp_wait, in kexec_nonboot_cpu_jump()
166 relocated_kexec_smp_wait(NULL); in kexec_nonboot_cpu_jump()
258 relocated_kexec_smp_wait = reboot_code_buffer + in machine_kexec()
/linux-6.1.9/arch/loongarch/kernel/
Dmachine_kexec.c32 static void (*relocated_kexec_smp_wait)(void *); variable
95 relocated_kexec_smp_wait = reboot_code_buffer + (void *)(kexec_smp_wait - relocate_new_kernel); in machine_kexec_prepare()
128 relocated_kexec_smp_wait(NULL); in kexec_reboot()