Lines Matching refs:lmb
1156 int boot_ramdisk_high(struct lmb *lmb, ulong rd_data, ulong rd_len, in boot_ramdisk_high() argument
1184 lmb_reserve(lmb, rd_data, rd_len); in boot_ramdisk_high()
1190 *initrd_start = (ulong)lmb_alloc_base(lmb, in boot_ramdisk_high()
1193 *initrd_start = (ulong)lmb_alloc(lmb, rd_len, in boot_ramdisk_high()
1447 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end) in boot_get_cmdline() argument
1452 cmdline = (char *)(ulong)lmb_alloc_base(lmb, CONFIG_SYS_BARGSIZE, 0xf, in boot_get_cmdline()
1487 int boot_get_kbd(struct lmb *lmb, bd_t **kbd) in boot_get_kbd() argument
1489 *kbd = (bd_t *)(ulong)lmb_alloc_base(lmb, sizeof(bd_t), 0xf, in boot_get_kbd()
1511 struct lmb *lmb = &images->lmb; in image_setup_linux() local
1515 boot_fdt_add_mem_rsv_regions(lmb, *of_flat_tree); in image_setup_linux()
1518 ret = boot_get_cmdline(lmb, &images->cmdline_start, in image_setup_linux()
1527 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size); in image_setup_linux()
1533 ret = image_setup_libfdt(images, *of_flat_tree, of_size, lmb); in image_setup_linux()