Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dkexec.h135 int arch_kexec_locate_mem_hole(struct kexec_buf *kbuf);
136 #define arch_kexec_locate_mem_hole arch_kexec_locate_mem_hole macro
/kernel/linux/linux-6.6/include/linux/
H A Dkexec.h219 #ifndef arch_kexec_locate_mem_hole
221 * arch_kexec_locate_mem_hole - Find free memory to place the segments.
228 static inline int arch_kexec_locate_mem_hole(struct kexec_buf *kbuf) in arch_kexec_locate_mem_hole() function
/kernel/linux/linux-5.10/include/linux/
H A Dkexec.h195 int arch_kexec_locate_mem_hole(struct kexec_buf *kbuf);
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Delf_kexec.c111 ret = arch_kexec_locate_mem_hole(&kbuf); in elf_find_pbase()
/kernel/linux/linux-5.10/kernel/
H A Dkexec_file.c620 * arch_kexec_locate_mem_hole - Find free memory to place the segments.
627 int __weak arch_kexec_locate_mem_hole(struct kexec_buf *kbuf) in arch_kexec_locate_mem_hole() function
671 ret = arch_kexec_locate_mem_hole(kbuf); in kexec_add_buffer()
/kernel/linux/linux-5.10/arch/powerpc/kexec/
H A Dfile_load_64.c1141 * arch_kexec_locate_mem_hole - Skip special memory regions like rtas, opal,
1152 int arch_kexec_locate_mem_hole(struct kexec_buf *kbuf) in arch_kexec_locate_mem_hole() function
/kernel/linux/linux-6.6/arch/powerpc/kexec/
H A Dfile_load_64.c1250 * arch_kexec_locate_mem_hole - Skip special memory regions like rtas, opal,
1261 int arch_kexec_locate_mem_hole(struct kexec_buf *kbuf) in arch_kexec_locate_mem_hole() function
/kernel/linux/linux-6.6/kernel/
H A Dkexec_file.c662 ret = arch_kexec_locate_mem_hole(kbuf); in kexec_add_buffer()

Completed in 9 milliseconds