Searched refs:__locate_mem_hole_bottom_up (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kexec/ |
H A D | file_load_64.c | 335 * __locate_mem_hole_bottom_up - Looks bottom up for a large enough memory hole 344 static int __locate_mem_hole_bottom_up(struct kexec_buf *kbuf, in __locate_mem_hole_bottom_up() function 411 ret = __locate_mem_hole_bottom_up(kbuf, tmin, tmax); in locate_mem_hole_bottom_up_ppc64() 427 ret = __locate_mem_hole_bottom_up(kbuf, tmin, tmax); in locate_mem_hole_bottom_up_ppc64()
|
/kernel/linux/linux-6.6/arch/powerpc/kexec/ |
H A D | file_load_64.c | 340 * __locate_mem_hole_bottom_up - Looks bottom up for a large enough memory hole 349 static int __locate_mem_hole_bottom_up(struct kexec_buf *kbuf, in __locate_mem_hole_bottom_up() function 416 ret = __locate_mem_hole_bottom_up(kbuf, tmin, tmax); in locate_mem_hole_bottom_up_ppc64() 432 ret = __locate_mem_hole_bottom_up(kbuf, tmin, tmax); in locate_mem_hole_bottom_up_ppc64()
|
Completed in 4 milliseconds