Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkexec.h443 #ifndef machine_kexec_post_load
444 static inline int machine_kexec_post_load(struct kimage *image) { return 0; } in machine_kexec_post_load() function
/linux/kernel/
H A Dkexec.c162 ret = machine_kexec_post_load(image); in do_kexec_load()
H A Dkexec_file.c210 return machine_kexec_post_load(image); in kexec_post_load()