Searched refs:lmb_reserve (Results 1 – 14 of 14) sorted by relevance
/external/u-boot/common/ |
D | image-fdt.c | 93 lmb_reserve(lmb, addr, size); in boot_fdt_add_mem_rsv_regions() 144 lmb_reserve(lmb, (ulong)of_start, of_len); in boot_relocate_fdt() 519 lmb_reserve(lmb, (ulong)blob, of_size); in image_setup_libfdt()
|
D | bootm.c | 70 #define lmb_reserve(lmb, base, size) macro 501 lmb_reserve(&images->lmb, images->os.load, (load_end - in bootm_load_os()
|
D | image.c | 1165 lmb_reserve(lmb, rd_data, rd_len); in boot_ramdisk_high()
|
/external/u-boot/arch/powerpc/lib/ |
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()
|
/external/u-boot/include/ |
D | lmb.h | 35 extern long lmb_reserve(struct lmb *lmb, phys_addr_t base, phys_size_t size);
|
/external/u-boot/cmd/ |
D | bootz.c | 48 lmb_reserve(&images->lmb, images->ep, zi_end - zi_start); in bootz_start()
|
D | booti.c | 51 lmb_reserve(&images->lmb, images->ep, le32_to_cpu(image_size)); in booti_start()
|
/external/u-boot/arch/m68k/lib/ |
D | bootm.c | 47 lmb_reserve(lmb, sp, (CONFIG_SYS_SDRAM_BASE + gd->ram_size - sp)); in arch_lmb_reserve()
|
/external/u-boot/arch/powerpc/cpu/mpc86xx/ |
D | mp.c | 93 lmb_reserve(lmb, bootpg, 4096); in cpu_mp_lmb_reserve()
|
/external/u-boot/arch/arc/lib/ |
D | bootm.c | 37 lmb_reserve(lmb, sp, (CONFIG_SYS_SDRAM_BASE + gd->ram_size - sp)); in arch_lmb_reserve()
|
/external/u-boot/arch/mips/lib/ |
D | bootm.c | 44 lmb_reserve(lmb, sp, gd->ram_top - sp); in arch_lmb_reserve()
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | mp.c | 410 lmb_reserve(lmb, bootpg, 4096); in cpu_mp_lmb_reserve()
|
/external/u-boot/arch/arm/lib/ |
D | bootm.c | 73 lmb_reserve(lmb, sp, bank_end - sp); in arch_lmb_reserve()
|
/external/u-boot/lib/ |
D | lmb.c | 231 long lmb_reserve(struct lmb *lmb, phys_addr_t base, phys_size_t size) in lmb_reserve() function
|