Searched refs:arch_kexec_locate_mem_hole (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dkexec.h98 int arch_kexec_locate_mem_hole(struct kexec_buf *kbuf);
99 #define arch_kexec_locate_mem_hole arch_kexec_locate_mem_hole macro
/linux-master/include/linux/
H A Dkexec.h217 #ifndef arch_kexec_locate_mem_hole
219 * arch_kexec_locate_mem_hole - Find free memory to place the segments.
226 static inline int arch_kexec_locate_mem_hole(struct kexec_buf *kbuf) function
/linux-master/arch/riscv/kernel/
H A Delf_kexec.c111 ret = arch_kexec_locate_mem_hole(&kbuf);
/linux-master/kernel/
H A Dkexec_file.c681 ret = arch_kexec_locate_mem_hole(kbuf);
/linux-master/arch/powerpc/kexec/
H A Dfile_load_64.c1265 * arch_kexec_locate_mem_hole - Skip special memory regions like rtas, opal,
1276 int arch_kexec_locate_mem_hole(struct kexec_buf *kbuf) function

Completed in 122 milliseconds