Searched refs:image_64bit (Results 1 - 3 of 3) sorted by relevance

/u-boot/arch/x86/include/asm/
H A Dbootm.h15 * a self-extracting kernel, if you set @image_64bit to false.
19 * @image_64bit: true if the image is a raw 64-bit kernel, or a kernel
25 int boot_linux_kernel(ulong setup_base, ulong entry, bool image_64bit);
/u-boot/arch/x86/lib/
H A Dbootm.c154 int boot_linux_kernel(ulong setup_base, ulong entry, bool image_64bit) argument
178 if (image_64bit) {
H A Dzimage.c420 bool image_64bit; local
427 image_64bit = false;
431 image_64bit = true;
435 ret = boot_linux_kernel((ulong)state.base_ptr, entry, image_64bit);

Completed in 94 milliseconds