Searched refs:boot_linux_kernel (Results 1 – 3 of 3) sorted by relevance
25 int boot_linux_kernel(ulong setup_base, ulong entry, bool image_64bit);
153 int boot_linux_kernel(ulong setup_base, ulong entry, bool image_64bit) in boot_linux_kernel() function242 return boot_linux_kernel(images->ep, images->os.load, in boot_jump_linux()
435 ret = boot_linux_kernel((ulong)state.base_ptr, entry, image_64bit); in zboot_go()
Completed in 13 milliseconds