Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/include/asm/
A Dkexec.h103 int machine_kexec_post_load(struct kimage *image);
104 #define machine_kexec_post_load machine_kexec_post_load macro
/linux-6.3-rc2/include/linux/
A Dkexec.h393 #ifndef machine_kexec_post_load
394 static inline int machine_kexec_post_load(struct kimage *image) { return 0; } in machine_kexec_post_load() function
/linux-6.3-rc2/kernel/
A Dkexec.c152 ret = machine_kexec_post_load(image); in do_kexec_load()
A Dkexec_file.c402 ret = machine_kexec_post_load(image); in SYSCALL_DEFINE5()
/linux-6.3-rc2/arch/arm64/kernel/
A Dmachine_kexec.c118 int machine_kexec_post_load(struct kimage *kimage) in machine_kexec_post_load() function

Completed in 8 milliseconds