Searched refs:BOOTM_STATE_OS_GO (Results 1 – 19 of 19) sorted by relevance
/third_party/uboot/u-boot-2020.01/common/ |
D | bootm_os.c | 63 if (flag != BOOTM_STATE_OS_GO) in do_bootm_netbsd() 132 if (flag != BOOTM_STATE_OS_GO) in do_bootm_lynxkdi() 154 if (flag != BOOTM_STATE_OS_GO) in do_bootm_rtems() 187 if (flag != BOOTM_STATE_OS_GO) in do_bootm_ose() 221 if (flag != BOOTM_STATE_OS_GO) in do_bootm_plan9() 325 if (flag != BOOTM_STATE_OS_GO) in do_bootm_vxworks_legacy() 384 if (flag != BOOTM_STATE_OS_GO) in do_bootm_qnxelf() 420 if (flag != BOOTM_STATE_OS_GO) in do_bootm_integrity() 453 if (flag != BOOTM_STATE_OS_GO) in do_bootm_openrtos()
|
D | bootm.c | 580 BOOTM_STATE_OS_FAKE_GO | BOOTM_STATE_OS_GO); in do_bootm_states() 623 if (!ret && (states & BOOTM_STATE_OS_GO)) in do_bootm_states() 624 ret = boot_selected_os(argc, argv, BOOTM_STATE_OS_GO, in do_bootm_states()
|
/third_party/uboot/u-boot-2020.01/arch/nios2/lib/ |
D | bootm.c | 36 if ((flag != 0) && (flag != BOOTM_STATE_OS_GO)) in do_bootm_linux()
|
/third_party/uboot/u-boot-2020.01/arch/sandbox/lib/ |
D | bootm.c | 53 if (flag & (BOOTM_STATE_OS_GO | BOOTM_STATE_OS_FAKE_GO)) { in do_bootm_linux()
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | bootz.c | 83 BOOTM_STATE_OS_GO, in do_bootz()
|
D | booti.c | 94 BOOTM_STATE_OS_GO, in do_booti()
|
D | bootm.c | 59 U_BOOT_CMD_MKENT(go, 0, 1, (void *)BOOTM_STATE_OS_GO, "", ""), 187 BOOTM_STATE_OS_GO, &images, 1); in do_bootm()
|
/third_party/uboot/u-boot-2020.01/arch/m68k/lib/ |
D | bootm.c | 63 if ((flag != 0) && (flag != BOOTM_STATE_OS_GO)) in do_bootm_linux()
|
/third_party/uboot/u-boot-2020.01/arch/riscv/lib/ |
D | bootm.c | 123 if (flag & (BOOTM_STATE_OS_GO | BOOTM_STATE_OS_FAKE_GO)) { in do_bootm_linux()
|
/third_party/uboot/u-boot-2020.01/arch/arc/lib/ |
D | bootm.c | 113 if (flag & (BOOTM_STATE_OS_GO | BOOTM_STATE_OS_FAKE_GO)) { in do_bootm_linux()
|
/third_party/uboot/u-boot-2020.01/arch/sh/lib/ |
D | bootm.c | 71 if ((flag != 0) && (flag != BOOTM_STATE_OS_GO)) in do_bootm_linux()
|
/third_party/uboot/u-boot-2020.01/arch/microblaze/lib/ |
D | bootm.c | 121 if (flag & (BOOTM_STATE_OS_GO | BOOTM_STATE_OS_FAKE_GO)) { in do_bootm_linux()
|
/third_party/uboot/u-boot-2020.01/arch/x86/lib/ |
D | bootm.c | 217 if (flag & BOOTM_STATE_OS_GO) in do_bootm_linux()
|
/third_party/uboot/u-boot-2020.01/arch/xtensa/lib/ |
D | bootm.c | 142 if (!(flag & (BOOTM_STATE_OS_GO | BOOTM_STATE_OS_FAKE_GO))) in do_bootm_linux()
|
/third_party/uboot/u-boot-2020.01/arch/nds32/lib/ |
D | bootm.c | 55 if ((flag != 0) && (flag != BOOTM_STATE_OS_GO)) in do_bootm_linux()
|
/third_party/uboot/u-boot-2020.01/arch/mips/lib/ |
D | bootm.c | 324 if (flag & (BOOTM_STATE_OS_GO | BOOTM_STATE_OS_FAKE_GO)) { in do_bootm_linux()
|
/third_party/uboot/u-boot-2020.01/arch/arm/lib/ |
D | bootm.c | 430 if (flag & (BOOTM_STATE_OS_GO | BOOTM_STATE_OS_FAKE_GO)) { in do_bootm_linux()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | image.h | 408 #define BOOTM_STATE_OS_GO (0x00000400) macro
|
D | image.h.orig | 406 #define BOOTM_STATE_OS_GO (0x00000400)
|