Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dkexec_internal.h16 int machine_kexec_post_load(struct kimage *image);
H A Dkexec.c162 ret = machine_kexec_post_load(image); in do_kexec_load()
H A Dkexec_core.c593 int __weak machine_kexec_post_load(struct kimage *image) in machine_kexec_post_load() function
H A Dkexec_file.c403 ret = machine_kexec_post_load(image); in SYSCALL_DEFINE5()