Home
last modified time | relevance | path

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

/openbmc/u-boot/test/lib/
H A Dlmb.c98 a = lmb_alloc(&lmb, 4, 1); in test_multi_alloc()
109 c = lmb_alloc(&lmb, 4, 1); in test_multi_alloc()
123 a2 = lmb_alloc(&lmb, 4, 1); in test_multi_alloc()
244 a = lmb_alloc(&lmb, big_block_size, 1); in test_bigblock()
250 b = lmb_alloc(&lmb, big_block_size, 1); in test_bigblock()
262 a = lmb_alloc(&lmb, ram_size, 1); in test_bigblock()
307 a = lmb_alloc(&lmb, alloc_size, align); in test_noreserved()
312 b = lmb_alloc(&lmb, alloc_size, align); in test_noreserved()
392 a = lmb_alloc(&lmb, ram_size - 4, 1); in lib_test_lmb_at_0()
398 b = lmb_alloc(&lmb, 4, 1); in lib_test_lmb_at_0()
[all …]
/openbmc/u-boot/include/
H A Dlmb.h39 extern phys_addr_t lmb_alloc(struct lmb *lmb, phys_size_t size, ulong align);
/openbmc/u-boot/common/
H A Dimage-fdt.c193 (void *)(ulong) lmb_alloc(lmb, of_len, 0x1000); in boot_relocate_fdt()
H A Dimage.c1174 *initrd_start = (ulong)lmb_alloc(lmb, rd_len, in boot_ramdisk_high()
/openbmc/u-boot/lib/
H A Dlmb.c290 phys_addr_t lmb_alloc(struct lmb *lmb, phys_size_t size, ulong align) in lmb_alloc() function