Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/
Dkexec_internal.h16 int machine_kexec_post_load(struct kimage *image);
Dkexec.c162 ret = machine_kexec_post_load(image); in do_kexec_load()
Dkexec_core.c593 int __weak machine_kexec_post_load(struct kimage *image) in machine_kexec_post_load() function
Dkexec_file.c423 ret = machine_kexec_post_load(image); in SYSCALL_DEFINE5()