Home
last modified time | relevance | path

Searched refs:boot_linux_kernel (Results 1 – 4 of 4) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/x86/lib/
Dbootm.c149 int boot_linux_kernel(ulong setup_base, ulong load_address, bool image_64bit) in boot_linux_kernel() function
203 return boot_linux_kernel(images->ep, images->os.load, in boot_jump_linux()
Dzimage.c362 return boot_linux_kernel((ulong)base_ptr, load_address, false); in do_zboot()
/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/
Dbootm.h25 int boot_linux_kernel(ulong setup_base, ulong load_address, bool image_64bit);
/third_party/uboot/u-boot-2020.01/doc/uImage.FIT/
Dkernel.its91 before booting the kernel (see boot_linux_kernel()).