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
440 #ifndef machine_kexec_post_load441 static inline int machine_kexec_post_load(struct kimage *image) { return 0; } in machine_kexec_post_load() function
105 int machine_kexec_post_load(struct kimage *kimage) in machine_kexec_post_load() function
210 return machine_kexec_post_load(image); in kexec_post_load()