Searched refs:boot_linux_kernel (Results 1 – 4 of 4) sorted by relevance
145 int boot_linux_kernel(ulong setup_base, ulong load_address, bool image_64bit) in boot_linux_kernel() function199 return boot_linux_kernel(images->ep, images->os.load, in boot_jump_linux()
357 return boot_linux_kernel((ulong)base_ptr, load_address, false); in do_zboot()
25 int boot_linux_kernel(ulong setup_base, ulong load_address, bool image_64bit);
91 before booting the kernel (see boot_linux_kernel()).