Searched refs:boot_linux_kernel (Results 1 – 4 of 4) sorted by relevance
25 int boot_linux_kernel(ulong setup_base, ulong load_address, bool image_64bit);
153 int boot_linux_kernel(ulong setup_base, ulong load_address, bool image_64bit) in boot_linux_kernel() function207 return boot_linux_kernel(images->ep, images->os.load, in boot_jump_linux()
499 ret = boot_linux_kernel((ulong)state.base_ptr, state.load_address, in do_zboot_go()
91 before booting the kernel (see boot_linux_kernel()).
Completed in 9 milliseconds