Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dkexec.h104 #define machine_kexec_post_load machine_kexec_post_load macro
/openbmc/linux/arch/arm64/kernel/
H A Dmachine_kexec.c119 int machine_kexec_post_load(struct kimage *kimage) in machine_kexec_post_load() function
/openbmc/linux/include/linux/
H A Dkexec.h382 static inline int machine_kexec_post_load(struct kimage *image) { return 0; } in machine_kexec_post_load() function