/openbmc/u-boot/test/lib/ |
H A D | lmb.c | 92 ret = lmb_reserve(&lmb, alloc_64k_addr, 0x10000); in test_multi_alloc() 431 ret = lmb_reserve(&lmb, 0x40010000, 0x10000); in lib_test_lmb_overlapping_reserve() 436 ret = lmb_reserve(&lmb, 0x40011000, 0x10000); in lib_test_lmb_overlapping_reserve() 441 ret = lmb_reserve(&lmb, 0x40030000, 0x10000); in lib_test_lmb_overlapping_reserve() 446 ret = lmb_reserve(&lmb, 0x40020000, 0x10000); in lib_test_lmb_overlapping_reserve() 481 ret = lmb_reserve(&lmb, alloc_addr_a, 0x10000); in test_alloc_addr() 483 ret = lmb_reserve(&lmb, alloc_addr_b, 0x10000); in test_alloc_addr() 485 ret = lmb_reserve(&lmb, alloc_addr_c, 0x10000); in test_alloc_addr() 609 ret = lmb_reserve(&lmb, alloc_addr_a, 0x10000); in test_get_unreserved_size() 611 ret = lmb_reserve(&lmb, alloc_addr_b, 0x10000); in test_get_unreserved_size() [all …]
|
/openbmc/u-boot/common/ |
H A D | image-fdt.c | 76 ret = lmb_reserve(lmb, addr, size); in boot_fdt_reserve_region() 181 lmb_reserve(lmb, (ulong)of_start, of_len); in boot_relocate_fdt() 581 lmb_reserve(lmb, (ulong)blob, of_size); in image_setup_libfdt()
|
H A D | bootm.c | 67 #define lmb_reserve(lmb, base, size) macro 499 lmb_reserve(&images->lmb, images->os.load, (load_end - in bootm_load_os()
|
H A D | image.c | 1168 lmb_reserve(lmb, rd_data, rd_len); in boot_ramdisk_high()
|
/openbmc/u-boot/arch/powerpc/lib/ |
H A D | bootm.c | 135 lmb_reserve(lmb, base, bootm_size - size); in arch_lmb_reserve() 152 lmb_reserve(lmb, sp, (CONFIG_SYS_SDRAM_BASE + get_effective_memsize() - sp)); in arch_lmb_reserve()
|
/openbmc/u-boot/cmd/ |
H A D | bootz.c | 48 lmb_reserve(&images->lmb, images->ep, zi_end - zi_start); in bootz_start()
|
H A D | booti.c | 51 lmb_reserve(&images->lmb, images->ep, le32_to_cpu(image_size)); in booti_start()
|
/openbmc/u-boot/arch/m68k/lib/ |
H A D | bootm.c | 47 lmb_reserve(lmb, sp, (CONFIG_SYS_SDRAM_BASE + gd->ram_size - sp)); in arch_lmb_reserve()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
H A D | mp.c | 93 lmb_reserve(lmb, bootpg, 4096); in cpu_mp_lmb_reserve()
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | misc.c | 102 lmb_reserve(lmb, sp, bank_end - sp); in board_lmb_reserve()
|
/openbmc/u-boot/arch/arc/lib/ |
H A D | bootm.c | 37 lmb_reserve(lmb, sp, (CONFIG_SYS_SDRAM_BASE + gd->ram_size - sp)); in arch_lmb_reserve()
|
/openbmc/u-boot/include/ |
H A D | lmb.h | 38 extern long lmb_reserve(struct lmb *lmb, phys_addr_t base, phys_size_t size);
|
/openbmc/u-boot/lib/ |
H A D | lmb.c | 268 long lmb_reserve(struct lmb *lmb, phys_addr_t base, phys_size_t size) in lmb_reserve() function 373 if (lmb_reserve(lmb, base, size) >= 0) in lmb_alloc_addr()
|
/openbmc/u-boot/arch/mips/lib/ |
H A D | bootm.c | 44 lmb_reserve(lmb, sp, gd->ram_top - sp); in arch_lmb_reserve()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | mp.c | 410 lmb_reserve(lmb, bootpg, 4096); in cpu_mp_lmb_reserve()
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | bootm.c | 75 lmb_reserve(lmb, sp, bank_end - sp + 1); in arch_lmb_reserve()
|