Searched refs:setup_zimage (Results 1 – 3 of 3) sorted by relevance
| /u-boot/arch/x86/include/asm/ |
| A D | zimage.h | 62 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot,
|
| /u-boot/arch/x86/lib/ |
| A D | bootm.c | 138 ret = setup_zimage((void *)images->ep, cmd_line_dest, in boot_prep_linux()
|
| A D | zimage.c | 305 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot, in setup_zimage() function 471 ret = setup_zimage(base_ptr, (char *)base_ptr + COMMAND_LINE_OFFSET, in do_zboot_setup()
|
Completed in 6 milliseconds