Searched refs:cmd_start (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/arch/powerpc/lib/ |
| H A D | bootm.c | 99 ulong cmd_start = images->cmdline_start; in boot_jump_linux() local 108 cmd_start, cmd_end, 0, 0); in boot_jump_linux() 178 ulong *cmd_start = &images->cmdline_start; in boot_cmdline_linux() local 185 ret = boot_get_cmdline (lmb, cmd_start, cmd_end); in boot_cmdline_linux()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | command.c | 22 int _do_help(cmd_tbl_t *cmd_start, int cmd_items, cmd_tbl_t *cmdtp, int flag, in _do_help() argument 33 cmdtp = cmd_start; in _do_help() 73 cmdtp = find_cmd_tbl(argv[i], cmd_start, cmd_items); in _do_help()
|
| H A D | image.c | 1447 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end) in boot_get_cmdline() argument 1464 *cmd_start = (ulong) & cmdline[0]; in boot_get_cmdline() 1465 *cmd_end = *cmd_start + strlen(cmdline); in boot_get_cmdline() 1467 debug("## cmdline at 0x%08lx ... 0x%08lx\n", *cmd_start, *cmd_end); in boot_get_cmdline()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | command.h | 54 int _do_help (cmd_tbl_t *cmd_start, int cmd_items, cmd_tbl_t * cmdtp, int
|
| H A D | image.h | 716 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end);
|