Lines Matching refs:lmb
1137 int boot_ramdisk_high(struct lmb *lmb, ulong rd_data, ulong rd_len, in boot_ramdisk_high() argument
1165 lmb_reserve(lmb, rd_data, rd_len); in boot_ramdisk_high()
1168 *initrd_start = (ulong)lmb_alloc_base(lmb, in boot_ramdisk_high()
1171 *initrd_start = (ulong)lmb_alloc(lmb, rd_len, in boot_ramdisk_high()
1424 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end) in boot_get_cmdline() argument
1429 cmdline = (char *)(ulong)lmb_alloc_base(lmb, CONFIG_SYS_BARGSIZE, 0xf, in boot_get_cmdline()
1464 int boot_get_kbd(struct lmb *lmb, bd_t **kbd) in boot_get_kbd() argument
1466 *kbd = (bd_t *)(ulong)lmb_alloc_base(lmb, sizeof(bd_t), 0xf, in boot_get_kbd()
1488 struct lmb *lmb = &images->lmb; in image_setup_linux() local
1492 boot_fdt_add_mem_rsv_regions(lmb, *of_flat_tree); in image_setup_linux()
1495 ret = boot_get_cmdline(lmb, &images->cmdline_start, in image_setup_linux()
1504 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size); in image_setup_linux()
1510 ret = image_setup_libfdt(images, *of_flat_tree, of_size, lmb); in image_setup_linux()