/u-boot-v2022.01-rc1/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-v2022.01-rc1/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-v2022.01-rc1/include/ |
A D | bootm.h | 38 extern boot_os_fn do_bootm_linux;
|
/u-boot-v2022.01-rc1/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-v2022.01-rc1/arch/arc/lib/ |
A D | bootm.c | 80 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux() function
|
/u-boot-v2022.01-rc1/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-v2022.01-rc1/arch/microblaze/lib/ |
A D | bootm.c | 87 int do_bootm_linux(int flag, int argc, char *const argv[], in do_bootm_linux() function
|
/u-boot-v2022.01-rc1/common/ |
A D | bootm_os.c | 381 return do_bootm_linux(flag, argc, argv, images); in do_bootm_vxworks() 511 return do_bootm_linux(flag, argc, argv, images); in do_bootm_tee() 568 [IH_OS_LINUX] = do_bootm_linux,
|
/u-boot-v2022.01-rc1/arch/sh/lib/ |
A D | bootm.c | 57 int do_bootm_linux(int flag, int argc, char *const argv[], in do_bootm_linux() function
|
/u-boot-v2022.01-rc1/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-v2022.01-rc1/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-v2022.01-rc1/arch/powerpc/lib/ |
A D | bootm.c | 223 noinline int do_bootm_linux(int flag, int argc, char *const argv[], in do_bootm_linux() function
|
/u-boot-v2022.01-rc1/arch/nds32/lib/ |
A D | bootm.c | 39 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) in do_bootm_linux() function
|
/u-boot-v2022.01-rc1/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-v2022.01-rc1/arch/arm/lib/ |
A D | bootm.c | 383 int do_bootm_linux(int flag, int argc, char *const argv[], in do_bootm_linux() function
|