Searched refs:machine_kexec_post_load (Results 1 – 4 of 4) sorted by relevance
103 int machine_kexec_post_load(struct kimage *image);104 #define machine_kexec_post_load machine_kexec_post_load macro
162 ret = machine_kexec_post_load(image); in do_kexec_load()
416 ret = machine_kexec_post_load(image); in SYSCALL_DEFINE5()
105 int machine_kexec_post_load(struct kimage *kimage) in machine_kexec_post_load() function