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