Searched refs:lmb_alloc (Results 1 – 6 of 6) sorted by relevance
| /u-boot/test/lib/ |
| A D | lmb.c | 102 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 D | dram_init.c | 51 reg = lmb_alloc(&lmb, CONFIG_SYS_MALLOC_LEN + total_size, SZ_4K); in board_get_usable_ram_top()
|
| /u-boot/include/ |
| A D | lmb.h | 40 extern phys_addr_t lmb_alloc(struct lmb *lmb, phys_size_t size, ulong align);
|
| /u-boot/common/ |
| A D | image-fdt.c | 199 (void *)(ulong) lmb_alloc(lmb, of_len, 0x1000); in boot_relocate_fdt()
|
| A D | image.c | 1404 *initrd_start = (ulong)lmb_alloc(lmb, rd_len, in boot_ramdisk_high()
|
| /u-boot/lib/ |
| A D | lmb.c | 292 phys_addr_t lmb_alloc(struct lmb *lmb, phys_size_t size, ulong align) in lmb_alloc() function
|
Completed in 15 milliseconds