Searched refs:kexec_locate_mem_hole (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dkexec.h156 * If kexec_buf.mem is set to this value, kexec_locate_mem_hole()
215 int kexec_locate_mem_hole(struct kexec_buf *kbuf);
228 return kexec_locate_mem_hole(kbuf);
/linux-master/kernel/
H A Dkexec_file.c619 * kexec_locate_mem_hole - find free memory for the purgatory or the next kernel
626 int kexec_locate_mem_hole(struct kexec_buf *kbuf) function
/linux-master/arch/powerpc/kexec/
H A Dfile_load_64.c1286 return kexec_locate_mem_hole(kbuf);

Completed in 270 milliseconds