/openbmc/u-boot/arch/riscv/lib/ |
H A D | bootm.c | 100 int do_bootm_linux(int flag, int argc, char * const argv[], in do_bootm_linux() function 125 return do_bootm_linux(flag, argc, argv, images); in do_bootm_vxworks()
|
/openbmc/u-boot/arch/nios2/lib/ |
H A D | bootm.c | 11 int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *images) in do_bootm_linux() function
|
/openbmc/u-boot/include/ |
H A D | bootm.h | 37 extern boot_os_fn do_bootm_linux;
|
/openbmc/u-boot/arch/microblaze/lib/ |
H A D | bootm.c | 17 int do_bootm_linux(int flag, int argc, char * const argv[], in do_bootm_linux() function
|
/openbmc/u-boot/arch/sandbox/lib/ |
H A D | bootm.c | 51 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux() function
|
/openbmc/u-boot/arch/m68k/lib/ |
H A D | bootm.c | 50 int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *images) in do_bootm_linux() function
|
/openbmc/u-boot/arch/arc/lib/ |
H A D | bootm.c | 103 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux() function
|
/openbmc/u-boot/common/ |
H A D | bootm_os.c | 460 return do_bootm_linux(flag, argc, argv, images); in do_bootm_tee() 467 [IH_OS_LINUX] = do_bootm_linux,
|
/openbmc/u-boot/arch/sh/lib/ |
H A D | bootm.c | 52 int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *images) in do_bootm_linux() function
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | bootm.c | 207 int do_bootm_linux(int flag, int argc, char * const argv[], in do_bootm_linux() function
|
/openbmc/u-boot/arch/xtensa/lib/ |
H A D | bootm.c | 134 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux() function
|
/openbmc/u-boot/arch/powerpc/lib/ |
H A D | bootm.c | 232 int do_bootm_linux(int flag, int argc, char * const argv[], bootm_headers_t *images) in do_bootm_linux() function
|
/openbmc/u-boot/arch/nds32/lib/ |
H A D | bootm.c | 37 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux() function
|
/openbmc/u-boot/arch/mips/lib/ |
H A D | bootm.c | 320 int do_bootm_linux(int flag, int argc, char * const argv[], in do_bootm_linux() function
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | bootm.c | 412 int do_bootm_linux(int flag, int argc, char * const argv[], in do_bootm_linux() function
|