/u-boot/arch/riscv/lib/ |
A D | bootm.c | 111 int do_bootm_linux(int flag, int argc, char *const argv[], in do_bootm_linux() function 136 return do_bootm_linux(flag, argc, argv, images); in do_bootm_vxworks()
|
/u-boot/arch/nios2/lib/ |
A D | bootm.c | 16 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 | 53 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux() function
|
/u-boot/arch/m68k/lib/ |
A D | bootm.c | 54 int do_bootm_linux(int flag, int argc, char *const argv[], in do_bootm_linux() function
|
/u-boot/arch/arc/lib/ |
A D | bootm.c | 110 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux() function
|
/u-boot/common/ |
A D | bootm_os.c | 374 return do_bootm_linux(flag, argc, argv, images); in do_bootm_vxworks() 504 return do_bootm_linux(flag, argc, argv, images); in do_bootm_tee() 561 [IH_OS_LINUX] = do_bootm_linux,
|
/u-boot/arch/microblaze/lib/ |
A D | bootm.c | 113 int do_bootm_linux(int flag, int argc, char *const argv[], in do_bootm_linux() function
|
/u-boot/arch/sh/lib/ |
A D | bootm.c | 54 int do_bootm_linux(int flag, int argc, char *const argv[], in do_bootm_linux() function
|
/u-boot/arch/arm/mach-nexell/ |
A D | cmd_boot_linux.c | 111 boot_fn = do_bootm_linux; in do_boot_linux()
|
/u-boot/arch/x86/lib/ |
A D | bootm.c | 211 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[], bootm_headers_t *images) in do_bootm_linux() function
|
/u-boot/arch/nds32/lib/ |
A D | bootm.c | 43 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux() function
|
/u-boot/arch/powerpc/lib/ |
A D | bootm.c | 237 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 | 311 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 | 431 int do_bootm_linux(int flag, int argc, char *const argv[], in do_bootm_linux() function
|