Searched refs:do_bootm_linux (Results 1 – 14 of 14) sorted by relevance
| /u-boot/arch/riscv/lib/ |
| A D | bootm.c | 109 int do_bootm_linux(int flag, int argc, char *const argv[], in do_bootm_linux() function 134 return do_bootm_linux(flag, argc, argv, images); in do_bootm_vxworks()
|
| /u-boot/arch/nios2/lib/ |
| A D | bootm.c | 19 int do_bootm_linux(int flag, int argc, char *const argv[], in do_bootm_linux() function
|
| /u-boot/include/ |
| A D | bootm.h | 38 extern boot_os_fn do_bootm_linux;
|
| /u-boot/arch/sandbox/lib/ |
| A D | bootm.c | 67 int do_bootm_linux(int flag, int argc, char *argv[], struct bootm_headers *images) in do_bootm_linux() function
|
| /u-boot/arch/arc/lib/ |
| A D | bootm.c | 82 int do_bootm_linux(int flag, int argc, char *argv[], struct bootm_headers *images) in do_bootm_linux() function
|
| /u-boot/arch/m68k/lib/ |
| A D | bootm.c | 38 int do_bootm_linux(int flag, int argc, char *const argv[], in do_bootm_linux() function
|
| /u-boot/arch/microblaze/lib/ |
| A D | bootm.c | 85 int do_bootm_linux(int flag, int argc, char *const argv[], in do_bootm_linux() function
|
| /u-boot/boot/ |
| A D | bootm_os.c | 358 return do_bootm_linux(flag, argc, argv, images); in do_bootm_vxworks() 488 return do_bootm_linux(flag, argc, argv, images); in do_bootm_tee() 545 [IH_OS_LINUX] = do_bootm_linux,
|
| /u-boot/arch/sh/lib/ |
| A D | bootm.c | 42 int do_bootm_linux(int flag, int argc, char *const argv[], in do_bootm_linux() function
|
| /u-boot/arch/xtensa/lib/ |
| A D | bootm.c | 137 int do_bootm_linux(int flag, int argc, char *argv[], struct bootm_headers *images) in do_bootm_linux() function
|
| /u-boot/arch/x86/lib/ |
| A D | bootm.c | 240 int do_bootm_linux(int flag, int argc, char *const argv[], in do_bootm_linux() function
|
| /u-boot/arch/powerpc/lib/ |
| A D | bootm.c | 226 noinline int do_bootm_linux(int flag, int argc, char *const argv[], in do_bootm_linux() function
|
| /u-boot/arch/mips/lib/ |
| A D | bootm.c | 304 int do_bootm_linux(int flag, int argc, char *const argv[], in do_bootm_linux() function
|
| /u-boot/arch/arm/lib/ |
| A D | bootm.c | 381 int do_bootm_linux(int flag, int argc, char *const argv[], in do_bootm_linux() function
|
Completed in 33 milliseconds