Home
last modified time | relevance | path

Searched refs:lmb_alloc (Results 1 – 6 of 6) sorted by relevance

/u-boot/test/lib/
A Dlmb.c102 a = lmb_alloc(&lmb, 4, 1); in test_multi_alloc()
113 c = lmb_alloc(&lmb, 4, 1); in test_multi_alloc()
127 a2 = lmb_alloc(&lmb, 4, 1); in test_multi_alloc()
248 a = lmb_alloc(&lmb, big_block_size, 1); in test_bigblock()
254 b = lmb_alloc(&lmb, big_block_size, 1); in test_bigblock()
266 a = lmb_alloc(&lmb, ram_size, 1); in test_bigblock()
311 a = lmb_alloc(&lmb, alloc_size, align); in test_noreserved()
316 b = lmb_alloc(&lmb, alloc_size, align); in test_noreserved()
396 a = lmb_alloc(&lmb, ram_size - 4, 1); in lib_test_lmb_at_0()
402 b = lmb_alloc(&lmb, 4, 1); in lib_test_lmb_at_0()
[all …]
/u-boot/arch/arm/mach-stm32mp/
A Ddram_init.c51 reg = lmb_alloc(&lmb, CONFIG_SYS_MALLOC_LEN + total_size, SZ_4K); in board_get_usable_ram_top()
/u-boot/include/
A Dlmb.h40 extern phys_addr_t lmb_alloc(struct lmb *lmb, phys_size_t size, ulong align);
/u-boot/common/
A Dimage-fdt.c199 (void *)(ulong) lmb_alloc(lmb, of_len, 0x1000); in boot_relocate_fdt()
A Dimage.c1404 *initrd_start = (ulong)lmb_alloc(lmb, rd_len, in boot_ramdisk_high()
/u-boot/lib/
A Dlmb.c292 phys_addr_t lmb_alloc(struct lmb *lmb, phys_size_t size, ulong align) in lmb_alloc() function

Completed in 15 milliseconds