Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dkexec.h103 int machine_kexec_post_load(struct kimage *image);
104 #define machine_kexec_post_load machine_kexec_post_load macro
/linux/include/linux/
H A Dkexec.h381 #ifndef machine_kexec_post_load
382 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.c416 ret = machine_kexec_post_load(image); in SYSCALL_DEFINE5()
/linux/arch/arm64/kernel/
H A Dmachine_kexec.c105 int machine_kexec_post_load(struct kimage *kimage) in machine_kexec_post_load() function